summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/shellio.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/basflt/shellio.cxx')
-rw-r--r--sw/source/filter/basflt/shellio.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index 4e7c6bfa48b1..0d2b4431476c 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <hintids.hxx>
#include <tools/date.hxx>
#include <tools/time.hxx>
@@ -57,8 +56,6 @@
using namespace ::com::sun::star;
-//////////////////////////////////////////////////////////////////////////
-
sal_uLong SwReader::Read( const Reader& rOptions )
{
// Variable uebertragen
@@ -399,7 +396,6 @@ sal_uLong SwReader::Read( const Reader& rOptions )
return nError;
}
-
/*
* Konstruktoren, Destruktor
*/
@@ -616,18 +612,15 @@ int Reader::SetStrmStgPtr()
return sal_False;
}
-
int Reader::GetReaderType()
{
return SW_STREAM_READER;
}
-
void Reader::SetFltName( const OUString& )
{
}
-
void Reader::ResetFrmFmtAttrs( SfxItemSet &rFrmSet )
{
rFrmSet.Put( SvxLRSpaceItem(RES_LR_SPACE) );
@@ -635,7 +628,6 @@ void Reader::ResetFrmFmtAttrs( SfxItemSet &rFrmSet )
rFrmSet.Put( SvxBoxItem(RES_BOX) );
}
-
void Reader::ResetFrmFmts( SwDoc& rDoc )
{
for (sal_uInt16 i=0; i<3; ++i)
@@ -672,7 +664,6 @@ size_t Reader::GetSectionList( SfxMedium&, std::vector<OUString*>& ) const
return 0;
}
-
sal_Bool SwReader::HasGlossaries( const Reader& rOptions )
{
// Variable uebertragen
@@ -714,16 +705,11 @@ sal_Bool Reader::ReadGlossaries( SwTextBlocks&, sal_Bool ) const
return sal_False;
}
-
-
int StgReader::GetReaderType()
{
return SW_STORAGE_READER;
}
-
-
-
/*
* Writer
*/
@@ -944,11 +930,6 @@ sal_uLong SwWriter::Write( WriterRef& rxWriter, const OUString* pRealFileName )
return nError;
}
-
-
-
-
-
sal_Bool SetHTMLTemplate( SwDoc & rDoc )
{
// Vorlagennamen von den Sfx-HTML-Filter besorgen!!!
@@ -970,5 +951,4 @@ sal_Bool SetHTMLTemplate( SwDoc & rDoc )
return bRet;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */