[Libreoffice-commits] core.git: filter/source

László Németh nemeth at numbertext.org
Fri Nov 1 19:50:36 CET 2013


 filter/source/svg/svgwriter.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit ee925743e556aeba42f6acb56dcd18d658a4d001
Author: László Németh <nemeth at numbertext.org>
Date:   Fri Nov 1 19:47:56 2013 +0100

    fdo#71136 fix SVG export (double stroke-width)
    
    Change-Id: Iae5521e34951559351103a9defce30dc50d823c8

diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index bed5b5c..3cb1ee7 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -2801,14 +2801,6 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
 
                     if( rPoly.GetSize() )
                     {
-                        const LineInfo& rLineInfo = pA->GetLineInfo();
-
-                        if(rLineInfo.GetWidth())
-                        {
-                            sal_Int32 nStrokeWidth = ImplMap(rLineInfo.GetWidth());
-                            mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrStrokeWidth, OUString::number( nStrokeWidth ) );
-                        }
-
                         mpContext->AddPaintAttr( mpVDev->GetLineColor(), Color( COL_TRANSPARENT ) );
                         ImplAddLineAttr( pA->GetLineInfo() );
                         ImplWritePolyPolygon( rPoly, sal_True );


More information about the Libreoffice-commits mailing list