Kaydet (Commit) f1ab9163 authored tarafından Pavel Janík's avatar Pavel Janík

Remove unused variable bInterpretAbsolute (2 times) to prevent WaE issues.

üst 772af7b8
...@@ -402,7 +402,6 @@ namespace drawinglayer ...@@ -402,7 +402,6 @@ namespace drawinglayer
fPolyWidth, fPolyHeight, fPolyWidth, fPolyHeight,
aPolyRange.getMinX(), aPolyRange.getMinY())); aPolyRange.getMinX(), aPolyRange.getMinY()));
basegfx::B2DHomMatrix aUnitGradientToObject; basegfx::B2DHomMatrix aUnitGradientToObject;
static bool bInterpretAbsolute(true);
if(getUseUnitCoordinates()) if(getUseUnitCoordinates())
{ {
...@@ -737,7 +736,6 @@ namespace drawinglayer ...@@ -737,7 +736,6 @@ namespace drawinglayer
fPolyWidth, fPolyHeight, fPolyWidth, fPolyHeight,
aPolyRange.getMinX(), aPolyRange.getMinY())); aPolyRange.getMinX(), aPolyRange.getMinY()));
basegfx::B2DHomMatrix aUnitGradientToObject; basegfx::B2DHomMatrix aUnitGradientToObject;
static bool bInterpretAbsolute(true);
if(getUseUnitCoordinates()) if(getUseUnitCoordinates())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment