[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/filters/kpresenter/pptx
From:       Lassi Taneli Nieminen <lassniem () gmail ! com>
Date:       2010-09-19 7:48:35
Message-ID: 20100919074835.58E67AC7CB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1176953 by lassin:

Fixed wrong encoding in pptx.


 M  +1 -1      PptxXmlSlideReader.cpp  


--- trunk/koffice/filters/kpresenter/pptx/PptxXmlSlideReader.cpp #1176952:1176953
@@ -1095,7 +1095,7 @@
     if (m_context->type == Slide) {
         int index = 0;
         while (index < m_context->slideLayoutProperties->layoutFrames.size()) {
-            body->addCompleteElement(m_context->slideLayoutProperties->layoutFrames.at(index).toLatin1());
 +            body->addCompleteElement(m_context->slideLayoutProperties->layoutFrames.at(index).toUtf8());
  ++index;
         }
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic