summaryrefslogtreecommitdiff
path: root/include
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
parentf44024d1a065005bcbc991525df059cd86bc2363 (diff)
sal_Bool->bool
Change-Id: Iab0165ef642dfee5bd315fc1f42f4bad8e86aa47
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/XMLShapeStyleContext.hxx2
-rw-r--r--include/xmloff/XMLTextMasterPageContext.hxx8
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx2
-rw-r--r--include/xmloff/XMLTextShapeStyleContext.hxx2
-rw-r--r--include/xmloff/prstylei.hxx2
-rw-r--r--include/xmloff/txtstyli.hxx2
-rw-r--r--include/xmloff/xmlnumfi.hxx2
-rw-r--r--include/xmloff/xmlstyle.hxx4
8 files changed, 12 insertions, 12 deletions
diff --git a/include/xmloff/XMLShapeStyleContext.hxx b/include/xmloff/XMLShapeStyleContext.hxx
index 3ebe9a247050..537ed67a6217 100644
--- a/include/xmloff/XMLShapeStyleContext.hxx
+++ b/include/xmloff/XMLShapeStyleContext.hxx
@@ -58,7 +58,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
- virtual void Finish( sal_Bool bOverwrite );
+ virtual void Finish( bool bOverwrite );
virtual void FillPropertySet(
const ::com::sun::star::uno::Reference<
diff --git a/include/xmloff/XMLTextMasterPageContext.hxx b/include/xmloff/XMLTextMasterPageContext.hxx
index b51d384559d2..26fb62896b1e 100644
--- a/include/xmloff/XMLTextMasterPageContext.hxx
+++ b/include/xmloff/XMLTextMasterPageContext.hxx
@@ -77,11 +77,11 @@ public:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
- const sal_Bool bFooter,
- const sal_Bool bLeft,
- const sal_Bool bFirst );
+ const bool bFooter,
+ const bool bLeft,
+ const bool bFirst );
- virtual void Finish( sal_Bool bOverwrite );
+ virtual void Finish( bool bOverwrite );
};
#endif
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();
diff --git a/include/xmloff/XMLTextShapeStyleContext.hxx b/include/xmloff/XMLTextShapeStyleContext.hxx
index 01d3a437faca..d95675dcb425 100644
--- a/include/xmloff/XMLTextShapeStyleContext.hxx
+++ b/include/xmloff/XMLTextShapeStyleContext.hxx
@@ -58,7 +58,7 @@ public:
virtual void CreateAndInsert( sal_Bool bOverwrite );
- virtual void Finish( sal_Bool bOverwrite );
+ virtual void Finish( bool bOverwrite );
};
#endif
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index 873146e396b6..b5a99a0031a9 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -91,7 +91,7 @@ public:
virtual void SetDefaults();
virtual void CreateAndInsert( sal_Bool bOverwrite );
- virtual void Finish( sal_Bool bOverwrite );
+ virtual void Finish( bool bOverwrite );
};
#endif
diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx
index b39ceaf270e8..7fea288089bf 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -93,7 +93,7 @@ public:
const OUString& GetDataStyleName() const { return sDataStyleName; }
virtual void CreateAndInsert( sal_Bool bOverwrite );
- virtual void Finish( sal_Bool bOverwrite );
+ virtual void Finish( bool bOverwrite );
virtual void SetDefaults();
// overload FillPropertySet, so we can get at the combined characters
diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx
index 81f8dc6bc23e..2a7b41fdaa79 100644
--- a/include/xmloff/xmlnumfi.hxx
+++ b/include/xmloff/xmlnumfi.hxx
@@ -176,7 +176,7 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList );
virtual void CreateAndInsert(sal_Bool bOverwrite);
- virtual void Finish(sal_Bool bOverwrite);
+ virtual void Finish(bool bOverwrite);
SvXMLNumImpData* GetData() const { return pData; }
sal_Int32 GetKey();
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();