[Libreoffice-commits] .: svgio/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 6 08:33:16 PST 2012
svgio/source/svgreader/svgtextpathnode.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit a1f85dd9db88c157d8943f7bf2a101bf8e281023
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Dec 6 17:32:45 2012 +0100
-Werror,-Wunused-private-field
Change-Id: Ifa4d44865873bfee8a95c5287e3d8b4f13fa534b
diff --git a/svgio/source/svgreader/svgtextpathnode.cxx b/svgio/source/svgreader/svgtextpathnode.cxx
index c06b6b7..4fb8e09 100644
--- a/svgio/source/svgreader/svgtextpathnode.cxx
+++ b/svgio/source/svgreader/svgtextpathnode.cxx
@@ -40,7 +40,6 @@ namespace svgio
private:
const basegfx::B2DPolygon& mrPolygon;
const double mfBasegfxPathLength;
- const double mfUserToBasegfx;
double mfPosition;
const basegfx::B2DPoint& mrTextStart;
@@ -65,7 +64,6 @@ namespace svgio
const drawinglayer::primitive2d::TextSimplePortionPrimitive2D& rSource,
const basegfx::B2DPolygon& rPolygon,
const double fBasegfxPathLength,
- const double fUserToBasegfx,
double fPosition,
const basegfx::B2DPoint& rTextStart);
virtual ~pathTextBreakupHelper();
@@ -118,13 +116,11 @@ namespace svgio
const drawinglayer::primitive2d::TextSimplePortionPrimitive2D& rSource,
const basegfx::B2DPolygon& rPolygon,
const double fBasegfxPathLength,
- const double fUserToBasegfx,
double fPosition,
const basegfx::B2DPoint& rTextStart)
: drawinglayer::primitive2d::TextBreakupHelper(rSource),
mrPolygon(rPolygon),
mfBasegfxPathLength(fBasegfxPathLength),
- mfUserToBasegfx(fUserToBasegfx),
mfPosition(0.0),
mrTextStart(rTextStart),
mnMaxIndex(rPolygon.isClosed() ? rPolygon.count() : rPolygon.count() - 1),
@@ -462,7 +458,6 @@ namespace svgio
*pCandidate,
aPolygon,
fBasegfxPathLength,
- fUserToBasegfx,
fPosition,
rTextStart);
More information about the Libreoffice-commits
mailing list