diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-03 17:14:31 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-04 07:50:59 +0200 |
commit | ddd2491674ca34f9a0eb903a0385f658ed4d375c (patch) | |
tree | 4cd372a3a02bd5aab6771a02d6050c299ac98cb7 /svtools | |
parent | 9956cf0692058414ef3efdb0e8058fbb0b39f6bc (diff) |
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.cxx | 2 |
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)); |