summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextMasterPageExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLTextMasterPageExport.hxx')
-rw-r--r--include/xmloff/XMLTextMasterPageExport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/XMLTextMasterPageExport.hxx b/include/xmloff/XMLTextMasterPageExport.hxx
index 3d07964dfb29..495db63884ba 100644
--- a/include/xmloff/XMLTextMasterPageExport.hxx
+++ b/include/xmloff/XMLTextMasterPageExport.hxx
@@ -51,12 +51,12 @@ protected:
virtual void exportHeaderFooterContent(
const ::com::sun::star::uno::Reference<
::com::sun::star::text::XText >& rText,
- sal_Bool bAutoStyles, sal_Bool bExportParagraph = sal_True );
+ bool bAutoStyles, bool bExportParagraph = true );
virtual void exportMasterPageContent(
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet > & rPropSet,
- sal_Bool bAutoStyles );
+ bool bAutoStyles );
public:
XMLTextMasterPageExport( SvXMLExport& rExp );