summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextShapeStyleContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-27 17:24:01 +0200
committerNoel Grandin <noel@peralex.com>2014-03-31 12:36:54 +0200
commitddb07081da099a392b1cdcbb8716afb6af43e006 (patch)
treebe0017dab7a3996402c33bad613dd601e22c27b5 /include/xmloff/XMLTextShapeStyleContext.hxx
parent3f60a32aa2413ca67eb243a3ba91abd3327a07b3 (diff)
xmloff: sal_Bool->bool
Change-Id: I1deb10cb1581137ab92e73367e63339822a9a094
Diffstat (limited to 'include/xmloff/XMLTextShapeStyleContext.hxx')
-rw-r--r--include/xmloff/XMLTextShapeStyleContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/XMLTextShapeStyleContext.hxx b/include/xmloff/XMLTextShapeStyleContext.hxx
index 0466914b7ea3..f33129787371 100644
--- a/include/xmloff/XMLTextShapeStyleContext.hxx
+++ b/include/xmloff/XMLTextShapeStyleContext.hxx
@@ -25,9 +25,9 @@
class XMLOFF_DLLPUBLIC XMLTextShapeStyleContext : public XMLShapeStyleContext
{
- const OUString sIsAutoUpdate;
+ const OUString sIsAutoUpdate;
- sal_Bool bAutoUpdate : 1;
+ bool bAutoUpdate : 1;
SvXMLImportContextRef xEventContext;
@@ -46,7 +46,7 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
SvXMLStylesContext& rStyles, sal_uInt16 nFamily,
- sal_Bool bDefaultStyle = sal_False );
+ bool bDefaultStyle = false );
virtual ~XMLTextShapeStyleContext();
virtual SvXMLImportContext *CreateChildContext(
@@ -54,7 +54,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
- sal_Bool IsAutoUpdate() const { return bAutoUpdate; }
+ bool IsAutoUpdate() const { return bAutoUpdate; }
virtual void CreateAndInsert( sal_Bool bOverwrite ) SAL_OVERRIDE;