summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 14:37:01 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 15:07:05 +0200
commitb55fb34c4baab993cf3286448b6c00b5ae095be0 (patch)
treef72d92c4d8642998a8a409c5442395c316996a0e /filter/source/svg/svgwriter.cxx
parent45d1abeff9d4041b3e174f0eddd10bfd6ab8a360 (diff)
loplugin:unusedfields filter
Change-Id: I6c049c5318b71c48cd4e64d2b051035012dc11e4
Diffstat (limited to 'filter/source/svg/svgwriter.cxx')
-rw-r--r--filter/source/svg/svgwriter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index f33cb4d0561f..14981f55a6aa 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -98,8 +98,6 @@ SVGAttributeWriter::SVGAttributeWriter( SVGExport& rExport, SVGFontExport& rFont
, mrFontExport( rFontExport )
, mpElemFont( nullptr )
, mpElemPaint( nullptr )
- , maLineJoin(basegfx::B2DLineJoin::NONE)
- , maLineCap(css::drawing::LineCap_BUTT)
{
}