summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2013-11-01 19:47:56 +0100
committerLászló Németh <nemeth@numbertext.org>2013-11-01 19:49:22 +0100
commitee925743e556aeba42f6acb56dcd18d658a4d001 (patch)
tree156ed358f76c35fe947265e1c754bd22a30b462f /filter
parent638c2aa959f5911a81368c2a164ddb7cfd189660 (diff)
fdo#71136 fix SVG export (double stroke-width)
Change-Id: Iae5521e34951559351103a9defce30dc50d823c8
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgwriter.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index bed5b5c13661..3cb1ee70b61d 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 );