diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-10 12:53:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-10 14:14:05 +0100 |
commit | f3374fbb08de91b38597414110f3587c1a332b15 (patch) | |
tree | 91f9be2f0247d771bd45c1b80d56406526d9acf5 /svtools/source/svrtf | |
parent | 0ad32ea62a4c6c066c74c6be507071ff4e7be331 (diff) |
convert this debugging thing over too
Diffstat (limited to 'svtools/source/svrtf')
-rw-r--r-- | svtools/source/svrtf/svparser.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 11ecfe25bcef..9cb6ba80f9ae 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -416,8 +416,7 @@ sal_Unicode SvParser::GetNextChar() #ifdef DBG_UTIL if( pImplData->aOut.IsOpen() ) - pImplData->aOut << ByteString::ConvertFromUnicode( c, - RTL_TEXTENCODING_MS_1251 ); + pImplData->aOut << rtl::OUStringToOString(rtl::OUString(c), RTL_TEXTENCODING_MS_1251).getStr(); #endif if( c == '\n' ) |