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/tcvtbyte.cxx | |
parent | 2e15fcf9240abd80be770e74634068fe12b79741 (diff) |
Further clean up.
Diffstat (limited to 'sal/textenc/tcvtbyte.cxx')
-rw-r--r-- | sal/textenc/tcvtbyte.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/textenc/tcvtbyte.cxx b/sal/textenc/tcvtbyte.cxx index 9296d68f2c0d..b1d5b4a92fe3 100644 --- a/sal/textenc/tcvtbyte.cxx +++ b/sal/textenc/tcvtbyte.cxx @@ -469,7 +469,7 @@ const sal_uInt16* ImplGetReplaceString( sal_Unicode c ) /* ======================================================================= */ -sal_Size ImplSymbolToUnicode( const ImplTextConverterData*, +sal_Size ImplSymbolToUnicode( const void*, void*, const char* pSrcBuf, sal_Size nSrcBytes, sal_Unicode* pDestBuf, sal_Size nDestChars, @@ -507,7 +507,7 @@ sal_Size ImplSymbolToUnicode( const ImplTextConverterData*, /* ----------------------------------------------------------------------- */ -sal_Size ImplUnicodeToSymbol( const ImplTextConverterData* pData, +sal_Size ImplUnicodeToSymbol( const void* pData, void*, const sal_Unicode* pSrcBuf, sal_Size nSrcChars, char* pDestBuf, sal_Size nDestBytes, @@ -572,7 +572,7 @@ sal_Size ImplUnicodeToSymbol( const ImplTextConverterData* pData, /* ======================================================================= */ -sal_Size ImplCharToUnicode( const ImplTextConverterData* pData, +sal_Size ImplCharToUnicode( const void* pData, void*, const char* pSrcBuf, sal_Size nSrcBytes, sal_Unicode* pDestBuf, sal_Size nDestChars, @@ -636,7 +636,7 @@ sal_Size ImplCharToUnicode( const ImplTextConverterData* pData, /* ----------------------------------------------------------------------- */ -sal_Size ImplUpperCharToUnicode( const ImplTextConverterData* pData, +sal_Size ImplUpperCharToUnicode( const void* pData, void*, const char* pSrcBuf, sal_Size nSrcBytes, sal_Unicode* pDestBuf, sal_Size nDestChars, @@ -747,7 +747,7 @@ static int ImplConvertUnicodeCharToChar( /* ----------------------------------------------------------------------- */ -sal_Size ImplUnicodeToChar( const ImplTextConverterData* pData, +sal_Size ImplUnicodeToChar( const void* pData, void*, const sal_Unicode* pSrcBuf, sal_Size nSrcChars, char* pDestBuf, sal_Size nDestBytes, |