summaryrefslogtreecommitdiff
path: root/editeng/source/misc/SvXMLAutoCorrectExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/misc/SvXMLAutoCorrectExport.hxx')
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectExport.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/editeng/source/misc/SvXMLAutoCorrectExport.hxx b/editeng/source/misc/SvXMLAutoCorrectExport.hxx
index a3b0d3259ed4..548b7c9a9faf 100644
--- a/editeng/source/misc/SvXMLAutoCorrectExport.hxx
+++ b/editeng/source/misc/SvXMLAutoCorrectExport.hxx
@@ -37,10 +37,10 @@ public:
css::uno::Reference< css::xml::sax::XDocumentHandler> &rHandler);
virtual ~SvXMLAutoCorrectExport() {}
- sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) SAL_OVERRIDE;
- void _ExportAutoStyles() SAL_OVERRIDE {}
- void _ExportMasterStyles () SAL_OVERRIDE {}
- void _ExportContent() SAL_OVERRIDE {}
+ sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) override;
+ void _ExportAutoStyles() override {}
+ void _ExportMasterStyles () override {}
+ void _ExportContent() override {}
};
class SvStringsISortDtor;
@@ -57,10 +57,10 @@ public:
css::uno::Reference< css::xml::sax::XDocumentHandler> &rHandler);
virtual ~SvXMLExceptionListExport() {}
- sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) SAL_OVERRIDE;
- void _ExportAutoStyles() SAL_OVERRIDE {}
- void _ExportMasterStyles () SAL_OVERRIDE {}
- void _ExportContent() SAL_OVERRIDE {}
+ sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) override;
+ void _ExportAutoStyles() override {}
+ void _ExportMasterStyles () override {}
+ void _ExportContent() override {}
};
#endif