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

List:       kde-commits
Subject:    koffice/filters/libmsooxml
From:       Lassi Taneli Nieminen <lassniem () gmail ! com>
Date:       2010-10-19 12:50:03
Message-ID: 20101019125003.C2E61AC897 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1187439 by lassin:

Fixed pptx presentation class to be outline in case of 'body' to make ooimpress like \
our odp more.


 M  +2 -2      MsooXmlUtils.cpp  


--- trunk/koffice/filters/libmsooxml/MsooXmlUtils.cpp #1187438:1187439
@@ -887,7 +887,7 @@
 {
 public:
     ST_PlaceholderType_to_ODFMapping() {
-        insert("body", "text");
+        insert("body", "outline");
         insert("chart", "chart");
         insert("clipArt", "graphic");
         insert("ctrTitle", "title");
@@ -914,7 +914,7 @@
     K_GLOBAL_STATIC(ST_PlaceholderType_to_ODFMapping, s_ST_PlaceholderType_to_ODF)
     QHash<QByteArray, QByteArray>::ConstIterator \
it(s_ST_PlaceholderType_to_ODF->constFind(ecmaType.toLatin1()));  if (it == \
                s_ST_PlaceholderType_to_ODF->constEnd())
-        return QLatin1String("outline");
+        return QLatin1String("text");
     return QString(it.value());
 }
 


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

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