summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index 9b36879583e9..e3aaaff4dd72 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -115,7 +115,7 @@ class XMLTextFrameTitleOrDescContext_Impl : public SvXMLImportContext
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
XMLTextFrameTitleOrDescContext_Impl( SvXMLImport& rImport,
sal_uInt16 nPrfx,
@@ -151,7 +151,7 @@ class XMLTextFrameParam_Impl : public SvXMLImportContext
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
XMLTextFrameParam_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
@@ -209,7 +209,7 @@ class XMLTextFrameContourContext_Impl : public SvXMLImportContext
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
XMLTextFrameContourContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
@@ -430,7 +430,7 @@ class XMLTextFrameContext_Impl : public SvXMLImportContext
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
sal_Bool CreateIfNotThere();
const OUString& GetHRef() const { return sHRef; }