summaryrefslogtreecommitdiff
path: root/sal/textenc/textcvt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/textcvt.cxx')
-rw-r--r--sal/textenc/textcvt.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/textenc/textcvt.cxx b/sal/textenc/textcvt.cxx
index e6f6470305fd..9f0c54763e34 100644
--- a/sal/textenc/textcvt.cxx
+++ b/sal/textenc/textcvt.cxx
@@ -122,7 +122,8 @@ rtl_TextToUnicodeConverter SAL_CALL rtl_createTextToUnicodeConverter( rtl_TextEn
/* ----------------------------------------------------------------------- */
-void SAL_CALL rtl_destroyTextToUnicodeConverter( rtl_TextToUnicodeConverter )
+void SAL_CALL rtl_destroyTextToUnicodeConverter(
+ SAL_UNUSED_PARAMETER rtl_TextToUnicodeConverter )
{}
/* ----------------------------------------------------------------------- */
@@ -199,7 +200,8 @@ rtl_UnicodeToTextConverter SAL_CALL rtl_createUnicodeToTextConverter( rtl_TextEn
/* ----------------------------------------------------------------------- */
-void SAL_CALL rtl_destroyUnicodeToTextConverter( rtl_UnicodeToTextConverter )
+void SAL_CALL rtl_destroyUnicodeToTextConverter(
+ SAL_UNUSED_PARAMETER rtl_UnicodeToTextConverter )
{}
/* ----------------------------------------------------------------------- */