summaryrefslogtreecommitdiff
path: root/sal/textenc/tcvtbyte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/tcvtbyte.cxx')
-rw-r--r--sal/textenc/tcvtbyte.cxx10
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,