summaryrefslogtreecommitdiffstats
path: root/sal/textenc/convertsinglebytetobmpunicode.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-06 10:26:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-06 15:00:43 +0100
commit9c015c0bd1df0ab4be999fe244ced998002cb0f6 (patch)
treebd68ff99ba8ebc659b41ee9cf012fef192a5afeb /sal/textenc/convertsinglebytetobmpunicode.hxx
parentMedia toolbar icons & Strike-through icon (Tango) (diff)
downloadcore-9c015c0bd1df0ab4be999fe244ced998002cb0f6.tar.gz
core-9c015c0bd1df0ab4be999fe244ced998002cb0f6.zip
Further clean up.
Diffstat (limited to 'sal/textenc/convertsinglebytetobmpunicode.hxx')
-rw-r--r--sal/textenc/convertsinglebytetobmpunicode.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/textenc/convertsinglebytetobmpunicode.hxx b/sal/textenc/convertsinglebytetobmpunicode.hxx
index a55ca53c8b20..81a2653c952c 100644
--- a/sal/textenc/convertsinglebytetobmpunicode.hxx
+++ b/sal/textenc/convertsinglebytetobmpunicode.hxx
@@ -110,8 +110,8 @@ struct BmpUnicodeToSingleByteConverterData {
@see ImplConvertToUnicodeProc
*/
-extern "C" sal_Size rtl_textenc_convertSingleByteToBmpUnicode(
- ImplTextConverterData const * data, void * context, sal_Char const * srcBuf,
+sal_Size rtl_textenc_convertSingleByteToBmpUnicode(
+ void const * data, void * context, sal_Char const * srcBuf,
sal_Size srcBytes, sal_Unicode * destBuf, sal_Size destChars,
sal_uInt32 flags, sal_uInt32 * info, sal_Size * srcCvtBytes);
@@ -120,8 +120,8 @@ extern "C" sal_Size rtl_textenc_convertSingleByteToBmpUnicode(
@see ImplConvertToTextProc
*/
-extern "C" sal_Size rtl_textenc_convertBmpUnicodeToSingleByte(
- ImplTextConverterData const * data, void * context,
+sal_Size rtl_textenc_convertBmpUnicodeToSingleByte(
+ void const * data, void * context,
sal_Unicode const * srcBuf, sal_Size srcChars, sal_Char * destBuf,
sal_Size destBytes, sal_uInt32 flags, sal_uInt32 * info,
sal_Size * srcCvtChars);