summaryrefslogtreecommitdiffstats
path: root/svtools/source/svrtf/parrtf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svrtf/parrtf.cxx')
-rw-r--r--svtools/source/svrtf/parrtf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index 17921cdaf718..309e5fb96c8a 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -407,7 +407,7 @@ void SvRTFParser::ScanText()
OUString sSave( aToken );
nNextCh = '\\';
int nToken = GetNextToken_();
- DBG_ASSERT( RTF_U == nToken, "doch kein UNI-Code Zeichen" );
+ DBG_ASSERT( RTF_U == nToken, "still not an UNI-Code character" );
// don't convert symbol chars
aStrBuffer.append(static_cast< sal_Unicode >(nTokenValue));