summaryrefslogtreecommitdiff
path: root/xmloff/inc/PageMasterImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/PageMasterImportContext.hxx')
-rw-r--r--xmloff/inc/PageMasterImportContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/PageMasterImportContext.hxx b/xmloff/inc/PageMasterImportContext.hxx
index bafdbb9a9f97..1cea7db10a2e 100644
--- a/xmloff/inc/PageMasterImportContext.hxx
+++ b/xmloff/inc/PageMasterImportContext.hxx
@@ -30,7 +30,7 @@ protected:
virtual void SetAttribute( sal_uInt16 nPrefixKey,
const OUString& rLocalName,
- const OUString& rValue );
+ const OUString& rValue ) SAL_OVERRIDE;
public:
@@ -46,14 +46,14 @@ public:
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
virtual void FillPropertySet(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > & rPropSet );
+ ::com::sun::star::beans::XPropertySet > & rPropSet ) SAL_OVERRIDE;
//text grid enhancement
- virtual void SetDefaults();
+ virtual void SetDefaults() SAL_OVERRIDE;
};
#endif