summaryrefslogtreecommitdiff
path: root/svgio/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 15:28:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 07:50:23 +0000
commitee79541aa892ff218e1dc3f869a3ac11b6f296ba (patch)
tree76c57d29597e8b539dc991e8869fbd8280d98cb0 /svgio/source
parent91f41ac71a773e2016f2f53e08e85c5fc065999d (diff)
loplugin:unusedmethods svgio
Change-Id: I0dd601429b70dc09780e31079a6f7c0570652fe9 Reviewed-on: https://gerrit.libreoffice.org/17114 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svgio/source')
-rw-r--r--svgio/source/svgreader/svgcharacternode.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgcharacternode.cxx b/svgio/source/svgreader/svgcharacternode.cxx
index 9dcaba7504c2..411518bde006 100644
--- a/svgio/source/svgreader/svgcharacternode.cxx
+++ b/svgio/source/svgreader/svgcharacternode.cxx
@@ -600,8 +600,7 @@ namespace svgio
maPosition(), // computed below
mnRotationIndex(0),
mbLengthAdjust(rSvgTextPositions.getLengthAdjust()),
- mbAbsoluteX(false),
- mbAbsoluteY(false)
+ mbAbsoluteX(false)
{
// get TextLength if provided
if(rSvgTextPositions.getTextLength().isSet())