summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorPavel Janík <paveljanik@apache.org>2012-08-26 15:34:22 +0000
committerPavel Janík <paveljanik@apache.org>2012-08-26 15:34:22 +0000
commitf1ab9163631a67069e67b4ea006d53b5e7467a52 (patch)
tree4dd5210551c51e41de1a4d808f6f85c254978741 /drawinglayer
parent772af7b837ae2a8697f4901cbd5082adc8bfa65b (diff)
Remove unused variable bInterpretAbsolute (2 times) to prevent WaE issues.
Notes
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/svggradientprimitive2d.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
index 510500beee0b..db8a9d1be894 100644
--- a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
@@ -402,7 +402,6 @@ namespace drawinglayer
fPolyWidth, fPolyHeight,
aPolyRange.getMinX(), aPolyRange.getMinY()));
basegfx::B2DHomMatrix aUnitGradientToObject;
- static bool bInterpretAbsolute(true);
if(getUseUnitCoordinates())
{
@@ -737,7 +736,6 @@ namespace drawinglayer
fPolyWidth, fPolyHeight,
aPolyRange.getMinX(), aPolyRange.getMinY()));
basegfx::B2DHomMatrix aUnitGradientToObject;
- static bool bInterpretAbsolute(true);
if(getUseUnitCoordinates())
{