diff options
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/XMLLineNumberingImportContext.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx index b5f095c454e9..f0c4dc4f188e 100644 --- a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx +++ b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx @@ -83,7 +83,7 @@ protected: const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE; - virtual void CreateAndInsert( sal_Bool bOverwrite ) SAL_OVERRIDE; + virtual void CreateAndInsert( bool bOverwrite ) SAL_OVERRIDE; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx index 6f80607819f3..fbfa477df39c 100644 --- a/xmloff/inc/XMLLineNumberingImportContext.hxx +++ b/xmloff/inc/XMLLineNumberingImportContext.hxx @@ -102,7 +102,7 @@ protected: enum LineNumberingToken eToken, const OUString& sValue); - virtual void CreateAndInsert(sal_Bool bOverwrite) SAL_OVERRIDE; + virtual void CreateAndInsert(bool bOverwrite) SAL_OVERRIDE; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, |