summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/PersAttrListTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/PersAttrListTContext.hxx')
-rw-r--r--xmloff/source/transform/PersAttrListTContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/transform/PersAttrListTContext.hxx b/xmloff/source/transform/PersAttrListTContext.hxx
index 5bf0a701ebc5..c7e1a4a42a9c 100644
--- a/xmloff/source/transform/PersAttrListTContext.hxx
+++ b/xmloff/source/transform/PersAttrListTContext.hxx
@@ -37,8 +37,6 @@ protected:
void SetExportQName( const OUString& r ) { m_aElemQName = r; }
public:
- TYPEINFO_OVERRIDE();
-
// A contexts constructor does anything that is required if an element
// starts. Namespace processing has been done already.
// Note that virtual methods cannot be used inside constructors. Use