summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextMasterPageContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 13:54:31 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:15 +0200
commit8b34d05cb13d839d80aca696bf6ba766dd7e28cb (patch)
tree339d910a54c7e2031888946fb4eee0fd97a9b7de /include/xmloff/XMLTextMasterPageContext.hxx
parentsal_Bool->bool (diff)
downloadcore-8b34d05cb13d839d80aca696bf6ba766dd7e28cb.tar.gz
core-8b34d05cb13d839d80aca696bf6ba766dd7e28cb.zip
sal_Bool->bool
Change-Id: Iab0165ef642dfee5bd315fc1f42f4bad8e86aa47
Diffstat (limited to 'include/xmloff/XMLTextMasterPageContext.hxx')
-rw-r--r--include/xmloff/XMLTextMasterPageContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/XMLTextMasterPageContext.hxx b/include/xmloff/XMLTextMasterPageContext.hxx
index b51d384559d2..26fb62896b1e 100644
--- a/include/xmloff/XMLTextMasterPageContext.hxx
+++ b/include/xmloff/XMLTextMasterPageContext.hxx
@@ -77,11 +77,11 @@ public:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
- const sal_Bool bFooter,
- const sal_Bool bLeft,
- const sal_Bool bFirst );
+ const bool bFooter,
+ const bool bLeft,
+ const bool bFirst );
- virtual void Finish( sal_Bool bOverwrite );
+ virtual void Finish( bool bOverwrite );
};
#endif