[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-11-08 14:14:13
Message-ID: 20101108141413.1E095AC89B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1194267 by lassin:

Fixed bullet character of drawingML to be empty when not specified.


 M  +5 -0      MsooXmlUtils.cpp  


--- trunk/koffice/filters/libmsooxml/MsooXmlUtils.cpp #1194266:1194267
@@ -1471,8 +1471,13 @@
             returnValue += QString("text:bullet-char=\"%1\" ").arg("-");
         }
         else {
+            if (m_bulletChar == UNUSED) {
+                returnValue += QString("text:bullet-char=\"\" ");
+            }
+            else {
             returnValue += QString("text:bullet-char=\"%1\" ").arg(m_bulletChar);
         }
+        }
         ending = "</text:list-level-style-bullet>";
     }
     if (m_align != "UNUSED") {
[prev in list] [next in list] [prev in thread] [next in thread] 

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