[Libreoffice-commits] core.git: svtools/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 4 05:51:23 UTC 2019


 svtools/source/svrtf/parrtf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddd2491674ca34f9a0eb903a0385f658ed4d375c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 3 17:14:31 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 4 07:50:59 2019 +0200

    Fix typo
    
    Change-Id: I2fc9cbfb82c39ccd93e04382e97203ba7a63de87
    Reviewed-on: https://gerrit.libreoffice.org/70226
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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));
 


More information about the Libreoffice-commits mailing list