summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextMasterStylesContext.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/XMLTextMasterStylesContext.hxx
parentsal_Bool->bool (diff)
downloadcore-8b34d05cb13d839d80aca696bf6ba766dd7e28cb.tar.gz
core-8b34d05cb13d839d80aca696bf6ba766dd7e28cb.zip
sal_Bool->bool
Change-Id: Iab0165ef642dfee5bd315fc1f42f4bad8e86aa47
Diffstat (limited to 'include/xmloff/XMLTextMasterStylesContext.hxx')
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLTextMasterStylesContext.hxx b/include/xmloff/XMLTextMasterStylesContext.hxx
index a26c568c35ef..526fb1de5806 100644
--- a/include/xmloff/XMLTextMasterStylesContext.hxx
+++ b/include/xmloff/XMLTextMasterStylesContext.hxx
@@ -37,7 +37,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();