summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlstyle.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/xmlstyle.hxx
parentf44024d1a065005bcbc991525df059cd86bc2363 (diff)
sal_Bool->bool
Change-Id: Iab0165ef642dfee5bd315fc1f42f4bad8e86aa47
Diffstat (limited to 'include/xmloff/xmlstyle.hxx')
-rw-r--r--include/xmloff/xmlstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index 1b325bdab9d9..ab43cefc250e 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -141,7 +141,7 @@ public:
// This method is called fpr every style after all styles have been
// inserted into the document.
- virtual void Finish( sal_Bool bOverwrite );
+ virtual void Finish( bool bOverwrite );
sal_Bool IsDefaultStyle() const { return mbDefaultStyle; }
@@ -210,7 +210,7 @@ protected:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
- virtual sal_Bool InsertStyleFamily( sal_uInt16 nFamily ) const;
+ virtual bool InsertStyleFamily( sal_uInt16 nFamily ) const;
public:
TYPEINFO();