summaryrefslogtreecommitdiff
path: root/xmloff/source/core/SettingsExportHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/SettingsExportHelper.cxx')
-rw-r--r--xmloff/source/core/SettingsExportHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/SettingsExportHelper.cxx b/xmloff/source/core/SettingsExportHelper.cxx
index 7e8a68d6635c..3c4edf5047c2 100644
--- a/xmloff/source/core/SettingsExportHelper.cxx
+++ b/xmloff/source/core/SettingsExportHelper.cxx
@@ -195,7 +195,7 @@ void XMLSettingsExportHelper::exportBool(const bool bValue, const OUString& rNam
m_rContext.EndElement( false );
}
-void XMLSettingsExportHelper::exportByte(const sal_Int8 nValue, const OUString& rName) const
+void XMLSettingsExportHelper::exportByte(const sal_Int8 nValue, const OUString& rName)
{
(void) nValue; (void) rName;
OSL_ENSURE(false, "XMLSettingsExportHelper::exportByte(): #i114162#:\n"