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

Michael Stahl mstahl at redhat.com
Tue Jun 3 14:29:04 PDT 2014


 writerfilter/source/rtftok/rtfdocumentimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 634f647912c07d366e31bfc168fa1294f1613cd6
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jun 3 23:24:14 2014 +0200

    writerfilter: fix log area
    
    Change-Id: Iddedd58dbcdd122ec4177bfdd5e97b9ceca18435

diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 77f0379..0758ee7 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -987,7 +987,7 @@ int RTFDocumentImpl::resolveChars(char ch)
             // fdo#79384: Word will reject Shift-JIS following \loch
             // but apparently OOo could read and (worse) write such documents
             SAL_INFO_IF(m_aStates.top().eRunType != RTFParserState::DBCH,
-                "writerfilter.rtftok", "invalid Shift-JIS without DBCH");
+                "writerfilter.rtf", "invalid Shift-JIS without DBCH");
             unsigned char uch = ch;
             if ((uch >= 0x80 && uch <= 0x9F) || uch >= 0xE0)
             {


More information about the Libreoffice-commits mailing list