summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterImportPropMapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageMasterImportPropMapper.hxx')
-rw-r--r--xmloff/source/style/PageMasterImportPropMapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/PageMasterImportPropMapper.hxx b/xmloff/source/style/PageMasterImportPropMapper.hxx
index bec8d7e76cb8..01b245fbbd20 100644
--- a/xmloff/source/style/PageMasterImportPropMapper.hxx
+++ b/xmloff/source/style/PageMasterImportPropMapper.hxx
@@ -43,12 +43,12 @@ public:
::std::vector< XMLPropertyState >& rProperties,
const OUString& rValue,
const SvXMLUnitConverter& rUnitConverter,
- const SvXMLNamespaceMap& rNamespaceMap ) const;
+ const SvXMLNamespaceMap& rNamespaceMap ) const SAL_OVERRIDE;
/** This method is called when all attributes have been processed. It may be used to remove items that are incomplete */
virtual void finished(
::std::vector< XMLPropertyState >& rProperties,
- sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
+ sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const SAL_OVERRIDE;
};
#endif