[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - filter/source

Michael Meeks michael.meeks at suse.com
Thu Apr 25 05:51:02 PDT 2013


 filter/source/svg/svgwriter.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f98d8baa449d922e4cc5bcee97c9ee1733b0f65d
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed Mar 27 19:33:56 2013 +0000

    fdo#62834 - svg export: close stray trailing tspans if we have them.
    
    Change-Id: Ifc539e3229edd14b7291ee66bf3523cbdbedf2ef
    Reviewed-on: https://gerrit.libreoffice.org/3607
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index ae2372c..b8fc596 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -3904,6 +3904,7 @@ void SVGActionWriter::WriteMetaFile( const Point& rPos100thmm,
     mapCurShape.reset();
 
     ImplWriteActions( rMtf, nWriteFlags, pElementId, pXShape, pTextEmbeddedBitmapMtf );
+    maTextWriter.endTextParagraph();
 
     // draw open shape that doesn't have a border
     if( mapCurShape.get() )


More information about the Libreoffice-commits mailing list