summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableMasterPageExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLTableMasterPageExport.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableMasterPageExport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTableMasterPageExport.hxx b/sc/source/filter/xml/XMLTableMasterPageExport.hxx
index 92849f757b26..e38f83244820 100644
--- a/sc/source/filter/xml/XMLTableMasterPageExport.hxx
+++ b/sc/source/filter/xml/XMLTableMasterPageExport.hxx
@@ -41,12 +41,12 @@ protected:
virtual void exportHeaderFooterContent(
const ::com::sun::star::uno::Reference<
::com::sun::star::text::XText >& rText,
- bool bAutoStyles, bool bProgress );
+ bool bAutoStyles, bool bProgress ) SAL_OVERRIDE;
virtual void exportMasterPageContent(
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet > & rPropSet,
- bool bAutoStyles );
+ bool bAutoStyles ) SAL_OVERRIDE;
public:
XMLTableMasterPageExport( ScXMLExport& rExp );