[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - writerfilter/source
Michael Stahl
mstahl at redhat.com
Tue Jun 3 14:29:52 PDT 2014
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1946977939e4941429383e3a0649ce20ae758930
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Jun 3 23:24:14 2014 +0200
writerfilter: fix log area
Change-Id: Iddedd58dbcdd122ec4177bfdd5e97b9ceca18435
(cherry picked from commit 634f647912c07d366e31bfc168fa1294f1613cd6)
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 9b6229c..c5cf23f 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