summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.hxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.hxx b/xmloff/source/style/PageMasterExportPropMapper.hxx
index 0e8a792806bb..21739c866b83 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.hxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.hxx
@@ -50,7 +50,7 @@ public:
const XMLPropertyState& rProperty,
SvXmlExportFlags nFlags,
const ::std::vector< XMLPropertyState >* pProperties,
- sal_uInt32 nIdx = 0
+ sal_uInt32 nIdx
) const override;
virtual void handleSpecialItem(
SvXMLAttributeList& rAttrList,
@@ -58,7 +58,7 @@ public:
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap,
const ::std::vector< XMLPropertyState >* pProperties,
- sal_uInt32 nIdx = 0
+ sal_uInt32 nIdx
) const override;
};