View | Details | Raw Unified | Return to issue 25575
Collapse All | Expand All

(-)ooo_cws_src680_ooo20040225_src.orig/sal/osl/unx/file.cxx (-2 / +2 lines)
Lines 2081-2087 Link Here
2081
int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen )
2081
int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen )
2082
{
2082
{
2083
    rtl_UnicodeToTextConverter hConverter;
2083
    rtl_UnicodeToTextConverter hConverter;
2084
    sal_Size   nInfo;
2084
    sal_uInt32   nInfo;
2085
    sal_Size   nSrcChars, nDestBytes;
2085
    sal_Size   nSrcChars, nDestBytes;
2086
2086
2087
    /* stolen from rtl/string.c */
2087
    /* stolen from rtl/string.c */
Lines 2130-2136 Link Here
2130
	sal_Int32    unic_text_buffer_size)
2130
	sal_Int32    unic_text_buffer_size)
2131
{
2131
{
2132
    rtl_TextToUnicodeConverter hConverter;
2132
    rtl_TextToUnicodeConverter hConverter;
2133
    sal_Size nInfo;
2133
    sal_uInt32 nInfo;
2134
    sal_Size nSrcChars;
2134
    sal_Size nSrcChars;
2135
	sal_Size nDestBytes;
2135
	sal_Size nDestBytes;
2136
2136

Return to issue 25575