summaryrefslogtreecommitdiff
path: root/sal/textenc/tcvtmb.cxx
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/tcvtmb.cxx
parent2e15fcf9240abd80be770e74634068fe12b79741 (diff)
Further clean up.
Diffstat (limited to 'sal/textenc/tcvtmb.cxx')
-rw-r--r--sal/textenc/tcvtmb.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/textenc/tcvtmb.cxx b/sal/textenc/tcvtmb.cxx
index fcaba0914ec2..e968beeb0062 100644
--- a/sal/textenc/tcvtmb.cxx
+++ b/sal/textenc/tcvtmb.cxx
@@ -42,7 +42,7 @@
/* ======================================================================= */
-sal_Size ImplDBCSToUnicode( const ImplTextConverterData* pData, void*,
+sal_Size ImplDBCSToUnicode( const void* pData, void*,
const char* pSrcBuf, sal_Size nSrcBytes,
sal_Unicode* pDestBuf, sal_Size nDestChars,
sal_uInt32 nFlags, sal_uInt32* pInfo,
@@ -222,7 +222,7 @@ sal_Size ImplDBCSToUnicode( const ImplTextConverterData* pData, void*,
/* ----------------------------------------------------------------------- */
-sal_Size ImplUnicodeToDBCS( const ImplTextConverterData* pData, void*,
+sal_Size ImplUnicodeToDBCS( const void* pData, void*,
const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
char* pDestBuf, sal_Size nDestBytes,
sal_uInt32 nFlags, sal_uInt32* pInfo,
@@ -388,7 +388,7 @@ sal_Size ImplUnicodeToDBCS( const ImplTextConverterData* pData, void*,
/* ----------------------------------------------------------------------- */
-sal_Size ImplEUCJPToUnicode( const ImplTextConverterData* pData,
+sal_Size ImplEUCJPToUnicode( const void* pData,
void*,
const char* pSrcBuf, sal_Size nSrcBytes,
sal_Unicode* pDestBuf, sal_Size nDestChars,
@@ -551,7 +551,7 @@ sal_Size ImplEUCJPToUnicode( const ImplTextConverterData* pData,
/* ----------------------------------------------------------------------- */
-sal_Size ImplUnicodeToEUCJP( const ImplTextConverterData* pData,
+sal_Size ImplUnicodeToEUCJP( const void* pData,
void*,
const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
char* pDestBuf, sal_Size nDestBytes,