diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-08-31 12:21:23 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-08-31 12:21:23 +0200 |
commit | ac41da2ac352859eec9961b29a5a82813a788c50 (patch) | |
tree | d6fdd900611af4041f1f99268544f73808df6da7 /canvas/source/vcl | |
parent | 5f25caeb6d38b624c345c9ea937f88d7ada5522a (diff) |
masterfix: #i114215# builderror in canvas/source/vcl fixed
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r--[-rwxr-xr-x] | canvas/source/vcl/canvashelper_texturefill.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index 023ceb2b5005..7387b06e3e84 100755..100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -704,6 +704,7 @@ namespace vclcanvas { ::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0); ::basegfx::B2DRectangle aTextureDeviceRect; + ::basegfx::B2DHomMatrix aTextureTransform; ::canvas::tools::calcTransformedRectBounds( aTextureDeviceRect, aRect, aTextureTransform ); |