diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/SettingsExportHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/SettingsExportHelper.hxx b/include/xmloff/SettingsExportHelper.hxx index 1c454d7ac91b..df73af11999d 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; - static void exportByte(const sal_Int8 nValue, const OUString& rName); + static void exportByte(); 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; |