summaryrefslogtreecommitdiff
path: root/include/xmloff/SettingsExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/SettingsExportHelper.hxx')
-rw-r--r--include/xmloff/SettingsExportHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/SettingsExportHelper.hxx b/include/xmloff/SettingsExportHelper.hxx
index 67351e8e6bc1..346a20c8c560 100644
--- a/include/xmloff/SettingsExportHelper.hxx
+++ b/include/xmloff/SettingsExportHelper.hxx
@@ -59,7 +59,7 @@ class XMLOFF_DLLPUBLIC XMLSettingsExportHelper
void CallTypeFunction(const com::sun::star::uno::Any& rAny,
const OUString& rName) const;
- void exportBool(const sal_Bool bValue, const OUString& rName) const;
+ void exportBool(const bool bValue, const OUString& rName) const;
void exportByte(const sal_Int8 nValue, const OUString& rName) const;
void exportShort(const sal_Int16 nValue, const OUString& rName) const;
void exportInt(const sal_Int32 nValue, const OUString& rName) const;
@@ -75,7 +75,7 @@ class XMLOFF_DLLPUBLIC XMLSettingsExportHelper
const OUString& rName) const;
void exportMapEntry(const com::sun::star::uno::Any& rAny,
const OUString& rName,
- const sal_Bool bNameAccess) const;
+ const bool bNameAccess) const;
void exportNameAccess(
const com::sun::star::uno::Reference<com::sun::star::container::XNameAccess>& aNamed,
const OUString& rName) const;