summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-03 17:14:31 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-04 07:50:59 +0200
commitddd2491674ca34f9a0eb903a0385f658ed4d375c (patch)
tree4cd372a3a02bd5aab6771a02d6050c299ac98cb7 /svtools
parenttdf#124155 fix slider to not go beyond rect bounds (diff)
downloadcore-ddd2491674ca34f9a0eb903a0385f658ed4d375c.tar.gz
core-ddd2491674ca34f9a0eb903a0385f658ed4d375c.zip
Fix typo
Change-Id: I2fc9cbfb82c39ccd93e04382e97203ba7a63de87 Reviewed-on: https://gerrit.libreoffice.org/70226 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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));