summaryrefslogtreecommitdiffstats
path: root/editeng/source/xml/xmltxtimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/xml/xmltxtimp.cxx')
-rw-r--r--editeng/source/xml/xmltxtimp.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/xml/xmltxtimp.cxx b/editeng/source/xml/xmltxtimp.cxx
index 53ea51b4d18f..8cedcbc3a8e9 100644
--- a/editeng/source/xml/xmltxtimp.cxx
+++ b/editeng/source/xml/xmltxtimp.cxx
@@ -52,8 +52,6 @@ using namespace cppu;
using namespace xmloff::token;
-
-
class SvxXMLTextImportContext : public SvXMLImportContext
{
public:
@@ -69,7 +67,6 @@ private:
};
-
SvxXMLTextImportContext::SvxXMLTextImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const uno::Reference< XAttributeList >&, const uno::Reference< XText >& xText )
: SvXMLImportContext( rImport, nPrfx, rLName ), mxText( xText )
{
@@ -104,7 +101,6 @@ SvXMLImportContext *SvxXMLTextImportContext::CreateChildContext( sal_uInt16 nPre
}
-
class SvxXMLXTextImportComponent : public SvXMLImport
{
public:
@@ -119,7 +115,6 @@ private:
};
-
SvxXMLXTextImportComponent::SvxXMLXTextImportComponent(
const css::uno::Reference< css::uno::XComponentContext >& xContext,
const uno::Reference< XText > & xText )