summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-10 12:53:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-10 14:14:05 +0100
commitf3374fbb08de91b38597414110f3587c1a332b15 (patch)
tree91f9be2f0247d771bd45c1b80d56406526d9acf5 /svtools/source/svrtf
parent0ad32ea62a4c6c066c74c6be507071ff4e7be331 (diff)
convert this debugging thing over too
Diffstat (limited to 'svtools/source/svrtf')
-rw-r--r--svtools/source/svrtf/svparser.cxx3
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' )