diff options
Diffstat (limited to 'xmloff/source/style/PageMasterPropMapper.hxx')
-rw-r--r-- | xmloff/source/style/PageMasterPropMapper.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterPropMapper.hxx b/xmloff/source/style/PageMasterPropMapper.hxx index 27b6d9c53832..6b45fbd9ca1e 100644 --- a/xmloff/source/style/PageMasterPropMapper.hxx +++ b/xmloff/source/style/PageMasterPropMapper.hxx @@ -25,11 +25,10 @@ class XMLPageMasterPropSetMapper : public XMLPropertySetMapper { public: - explicit XMLPageMasterPropSetMapper( bool bForExport ); + explicit XMLPageMasterPropSetMapper(); XMLPageMasterPropSetMapper( const XMLPropertyMapEntry* pEntries, - const rtl::Reference< XMLPropertyHandlerFactory >& rFactory, - bool bForExport ); + const rtl::Reference< XMLPropertyHandlerFactory >& rFactory ); virtual ~XMLPageMasterPropSetMapper(); }; |