summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLSettingsExportContext.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/XMLSettingsExportContext.hxx
parentxmloff: sal_Bool->bool (diff)
downloadcore-ddb07081da099a392b1cdcbb8716afb6af43e006.tar.gz
core-ddb07081da099a392b1cdcbb8716afb6af43e006.zip
xmloff: sal_Bool->bool
Change-Id: I1deb10cb1581137ab92e73367e63339822a9a094
Diffstat (limited to 'include/xmloff/XMLSettingsExportContext.hxx')
-rw-r--r--include/xmloff/XMLSettingsExportContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/XMLSettingsExportContext.hxx b/include/xmloff/XMLSettingsExportContext.hxx
index f8eeab2fa244..b79104a29dff 100644
--- a/include/xmloff/XMLSettingsExportContext.hxx
+++ b/include/xmloff/XMLSettingsExportContext.hxx
@@ -41,8 +41,8 @@ namespace xmloff
enum ::xmloff::token::XMLTokenEnum i_eValue ) = 0;
virtual void StartElement( enum ::xmloff::token::XMLTokenEnum i_eName,
- const sal_Bool i_bIgnoreWhitespace ) = 0;
- virtual void EndElement( const sal_Bool i_bIgnoreWhitespace ) = 0;
+ const bool i_bIgnoreWhitespace ) = 0;
+ virtual void EndElement( const bool i_bIgnoreWhitespace ) = 0;
virtual void Characters( const OUString& i_rCharacters ) = 0;