summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-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 e3fae1a8c1c2..9f0a644fd2c8 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -426,7 +426,7 @@ void SvRTFParser::ScanText()
OUString sSave( aToken );
nNextCh = '\\';
int nToken = GetNextToken_();
- DBG_ASSERT( RTF_U == nToken, "still not an UNI-Code character" );
+ DBG_ASSERT( RTF_U == nToken, "still not a UNI-Code character" );
// don't convert symbol chars
aStrBuffer.append(static_cast< sal_Unicode >(nTokenValue));