From de93c6260c90b7b523ed992914f62c54c64ce25a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 2 Jul 2017 22:27:05 +0200 Subject: loplugin:casttovoid: xmloff Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62 --- include/xmloff/SettingsExportHelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit