diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-06 10:26:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-06 15:00:43 +0100 |
commit | 9c015c0bd1df0ab4be999fe244ced998002cb0f6 (patch) | |
tree | bd68ff99ba8ebc659b41ee9cf012fef192a5afeb /sal/textenc/tcvtmb.cxx | |
parent | 2e15fcf9240abd80be770e74634068fe12b79741 (diff) |
Further clean up.
Diffstat (limited to 'sal/textenc/tcvtmb.cxx')
-rw-r--r-- | sal/textenc/tcvtmb.cxx | 8 |
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, |