From 8b34d05cb13d839d80aca696bf6ba766dd7e28cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Feb 2014 13:54:31 +0200 Subject: sal_Bool->bool Change-Id: Iab0165ef642dfee5bd315fc1f42f4bad8e86aa47 --- include/xmloff/xmlstyle.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xmloff/xmlstyle.hxx') 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(); -- cgit