summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:27:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:27:05 +0200
commitde93c6260c90b7b523ed992914f62c54c64ce25a (patch)
treecce2839a86340bbc8af61bd1b534dab47cc13ba1 /include/xmloff
parentdd3df0f4cb3bbc65528e0069542e841bcd506a66 (diff)
loplugin:casttovoid: xmloff
Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62
Diffstat (limited to 'include/xmloff')
-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 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;