summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
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.hxx
parent45d1abeff9d4041b3e174f0eddd10bfd6ab8a360 (diff)
loplugin:unusedfields filter
Change-Id: I6c049c5318b71c48cd4e64d2b051035012dc11e4
Diffstat (limited to 'filter/source/svg/svgwriter.hxx')
-rw-r--r--filter/source/svg/svgwriter.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/svg/svgwriter.hxx b/filter/source/svg/svgwriter.hxx
index 1175a265de3a..7afb41b51bb8 100644
--- a/filter/source/svg/svgwriter.hxx
+++ b/filter/source/svg/svgwriter.hxx
@@ -97,9 +97,6 @@ private:
SvXMLElementExport* mpElemFont;
SvXMLElementExport* mpElemPaint;
- basegfx::B2DLineJoin maLineJoin;
- css::drawing::LineCap maLineCap;
-
SVGAttributeWriter();
static double ImplRound( double fVal, sal_Int32 nDecs = 3 );