summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-28 21:07:51 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-08-28 22:48:11 +0200
commitb56108b3fb8e7e2a6d2650920c8fda3586a040d5 (patch)
treef1b29b1abefcda414f4f55c46c416b4b28ea3365 /sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
parent0294fa0ea81ab4b9625e5e8f0513ce94ea3217d7 (diff)
some additional sal_Bool -> bool in sc/source/filter/xml
Diffstat (limited to 'sc/source/filter/xml/XMLTableHeaderFooterContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableHeaderFooterContext.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
index eecedc746b3e..9863df922769 100644
--- a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
+++ b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
@@ -56,12 +56,12 @@ class XMLTableHeaderFooterContext: public SvXMLImportContext
const ::rtl::OUString sEmpty;
rtl::OUString sCont;
- sal_Bool bDisplay;
- sal_Bool bInsertContent;
- sal_Bool bLeft;
- sal_Bool bContainsLeft;
- sal_Bool bContainsRight;
- sal_Bool bContainsCenter;
+ bool bDisplay;
+ bool bInsertContent;
+ bool bLeft;
+ bool bContainsLeft;
+ bool bContainsRight;
+ bool bContainsCenter;
public:
TYPEINFO();
@@ -72,7 +72,7 @@ public:
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet > & rPageStylePropSet,
- sal_Bool bFooter, sal_Bool bLft );
+ bool bFooter, bool bLft );
virtual ~XMLTableHeaderFooterContext();