summaryrefslogtreecommitdiff
path: root/include/xmloff/prstylei.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/prstylei.hxx')
-rw-r--r--include/xmloff/prstylei.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index 059ad70e28bd..4668668cf6de 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -66,7 +66,7 @@ public:
const OUString& rLName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
SvXMLStylesContext& rStyles, sal_uInt16 nFamily = 0,
- sal_Bool bDefaultStyle=sal_False );
+ bool bDefaultStyle=false );
virtual ~XMLPropStyleContext();
virtual SvXMLImportContext *CreateChildContext(
@@ -90,7 +90,7 @@ public:
virtual void SetDefaults() SAL_OVERRIDE;
- virtual void CreateAndInsert( sal_Bool bOverwrite ) SAL_OVERRIDE;
+ virtual void CreateAndInsert( bool bOverwrite ) SAL_OVERRIDE;
virtual void Finish( bool bOverwrite ) SAL_OVERRIDE;
};