summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageHeaderFooterContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 16:42:18 +0200
committerNoel Grandin <noel@peralex.com>2014-04-15 09:02:31 +0200
commit8a81f542a6ca566661305c53899b7e422cbaa432 (patch)
treeb70ce405aab1c29856fa824493a664ba8ba27596 /xmloff/source/style/PageHeaderFooterContext.hxx
parent42bfd486a457d327f640263ccc3ee02a380f3566 (diff)
xmloff: sal_Bool->bool
Change-Id: I873c80baec8e70e3e8f642644563b92137571a30
Diffstat (limited to 'xmloff/source/style/PageHeaderFooterContext.hxx')
-rw-r--r--xmloff/source/style/PageHeaderFooterContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/PageHeaderFooterContext.hxx b/xmloff/source/style/PageHeaderFooterContext.hxx
index 146cdbe4296b..d369b0433985 100644
--- a/xmloff/source/style/PageHeaderFooterContext.hxx
+++ b/xmloff/source/style/PageHeaderFooterContext.hxx
@@ -26,7 +26,7 @@ class PageHeaderFooterContext : public SvXMLImportContext
::std::vector< XMLPropertyState > & rProperties;
sal_Int32 nStartIndex;
sal_Int32 nEndIndex;
- sal_Bool bHeader;
+ bool bHeader;
const UniReference < SvXMLImportPropertyMapper > rMap;
public:
@@ -38,7 +38,7 @@ public:
::std::vector< XMLPropertyState > & rProperties,
const UniReference < SvXMLImportPropertyMapper > &rMap,
sal_Int32 nStartIndex, sal_Int32 nEndIndex,
- const sal_Bool bHeader);
+ const bool bHeader);
virtual ~PageHeaderFooterContext();