summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextColumnsContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextColumnsContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextColumnsContext.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLTextColumnsContext.cxx b/xmloff/source/text/XMLTextColumnsContext.cxx
index c52afc85c945..b99a4506e6e2 100644
--- a/xmloff/source/text/XMLTextColumnsContext.cxx
+++ b/xmloff/source/text/XMLTextColumnsContext.cxx
@@ -97,7 +97,6 @@ class XMLTextColumnContext_Impl: public SvXMLImportContext
text::TextColumn aColumn;
public:
- TYPEINFO_OVERRIDE();
XMLTextColumnContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
@@ -110,7 +109,6 @@ public:
text::TextColumn& getTextColumn() { return aColumn; }
};
-TYPEINIT1( XMLTextColumnContext_Impl, SvXMLImportContext );
XMLTextColumnContext_Impl::XMLTextColumnContext_Impl(
SvXMLImport& rImport, sal_uInt16 nPrfx,
@@ -179,7 +177,6 @@ class XMLTextColumnSepContext_Impl: public SvXMLImportContext
VerticalAlignment eVertAlign;
public:
- TYPEINFO_OVERRIDE();
XMLTextColumnSepContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
@@ -196,7 +193,6 @@ public:
VerticalAlignment GetVertAlign() const { return eVertAlign; }
};
-TYPEINIT1( XMLTextColumnSepContext_Impl, SvXMLImportContext );
XMLTextColumnSepContext_Impl::XMLTextColumnSepContext_Impl(
SvXMLImport& rImport, sal_uInt16 nPrfx,
@@ -263,7 +259,6 @@ XMLTextColumnSepContext_Impl::~XMLTextColumnSepContext_Impl()
{
}
-TYPEINIT1( XMLTextColumnsContext, XMLElementPropertyContext );
XMLTextColumnsContext::XMLTextColumnsContext(
SvXMLImport& rImport, sal_uInt16 nPrfx,