[PATCH libreoffice-4-0] fdo#62834 - svg export: close stray trailing tspans if we ha...

Michael Meeks (via Code Review) gerrit at gerrit.libreoffice.org
Thu Apr 25 05:47:45 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3607

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/07/3607/1

fdo#62834 - svg export: close stray trailing tspans if we have them.

Change-Id: Ifc539e3229edd14b7291ee66bf3523cbdbedf2ef
---
M filter/source/svg/svgwriter.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



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 @@
     mapCurShape.reset();
 
     ImplWriteActions( rMtf, nWriteFlags, pElementId, pXShape, pTextEmbeddedBitmapMtf );
+    maTextWriter.endTextParagraph();
 
     // draw open shape that doesn't have a border
     if( mapCurShape.get() )

-- 
To view, visit https://gerrit.libreoffice.org/3607
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc539e3229edd14b7291ee66bf3523cbdbedf2ef
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Michael Meeks <michael.meeks at suse.com>



More information about the LibreOffice mailing list