summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlexp.cxx')
-rw-r--r--sw/source/filter/xml/xmlexp.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx
index 73e03fdfd006..a07a142671a5 100644
--- a/sw/source/filter/xml/xmlexp.cxx
+++ b/sw/source/filter/xml/xmlexp.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -308,7 +307,6 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass )
pDoc->SetRedlineMode( (RedlineMode_t)(nRedlineMode ));
}
-
if( pGraphicResolver )
SvXMLGraphicHelper::Destroy( pGraphicResolver );
if( pEmbeddedResolver )
@@ -343,7 +341,6 @@ SwXMLExport::~SwXMLExport()
_FinitItemExport();
}
-
void SwXMLExport::_ExportFontDecls()
{
GetFontAutoStylePool(); // make sure the pool is created
@@ -451,7 +448,6 @@ void SwXMLExport::SetBodyAttributes()
}
}
-
void SwXMLExport::_ExportContent()
{
// export forms
@@ -507,12 +503,8 @@ void SwXMLExport::_ExportContent()
GetTextParagraphExport()->exportText( xText, bShowProgress );
}
-
-
-//
// uno component registration
// helper functions for export service(s)
-//
// OOo
OUString SAL_CALL SwXMLExportOOO_getImplementationName() throw()