[Libreoffice-commits] libmspub.git: src/lib

Fridrich Å trba fridrich.strba at bluewin.ch
Thu Nov 21 07:32:55 PST 2013


 src/lib/MSPUBCollector.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cb229d42dc762d7d3f43a59e43d24afd773d5a2b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Nov 21 16:32:32 2013 +0100

    Fold tabStops into the propList
    
    Change-Id: Iab436fa599b6836a8a8f7659cd18ed38cbd3911d

diff --git a/src/lib/MSPUBCollector.cpp b/src/lib/MSPUBCollector.cpp
index 23d8a18..86ea916 100644
--- a/src/lib/MSPUBCollector.cpp
+++ b/src/lib/MSPUBCollector.cpp
@@ -836,7 +836,7 @@ boost::function<void(void)> libmspub::MSPUBCollector::paintShape(const ShapeInfo
     for (unsigned i_lines = 0; i_lines < text.size(); ++i_lines)
     {
       librevenge::RVNGPropertyList paraProps = getParaStyleProps(text[i_lines].style, text[i_lines].style.m_defaultCharStyleIndex);
-      m_painter->openParagraph(paraProps, librevenge::RVNGPropertyListVector());
+      m_painter->openParagraph(paraProps);
       for (unsigned i_spans = 0; i_spans < text[i_lines].spans.size(); ++i_spans)
       {
         librevenge::RVNGString textString;


More information about the Libreoffice-commits mailing list