summaryrefslogtreecommitdiffstats
path: root/include/xmloff/SettingsExportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/SettingsExportHelper.hxx')
-rw-r--r--include/xmloff/SettingsExportHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/SettingsExportHelper.hxx b/include/xmloff/SettingsExportHelper.hxx
index 32677e095c75..97cacb5dbba6 100644
--- a/include/xmloff/SettingsExportHelper.hxx
+++ b/include/xmloff/SettingsExportHelper.hxx
@@ -60,7 +60,7 @@ class XMLOFF_DLLPUBLIC XMLSettingsExportHelper
const OUString& rName) const;
void exportBool(const bool bValue, const OUString& rName) const;
- void exportByte(const sal_Int8 nValue, const OUString& rName) const;
+ static void exportByte(const sal_Int8 nValue, const OUString& rName);
void exportShort(const sal_Int16 nValue, const OUString& rName) const;
void exportInt(const sal_Int32 nValue, const OUString& rName) const;
void exportLong(const sal_Int64 nValue, const OUString& rName) const;