summaryrefslogtreecommitdiffstats
path: root/canvas
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-07-29 09:00:46 +0200
committerobo <obo@openoffice.org>2010-07-29 09:00:46 +0200
commitba8c722c3f5d0edeb307dfa0691669b543672703 (patch)
tree14f09414cf145f60b3ee7405347dbbcfa5cfda69 /canvas
parentIntegrate OOO330_m2 into DEV300 (merge) (diff)
parentunxlngxnewbaseline: #162926# use another condition to determine build environ... (diff)
downloadcore-ba8c722c3f5d0edeb307dfa0691669b543672703.tar.gz
core-ba8c722c3f5d0edeb307dfa0691669b543672703.zip
CWS-TOOLING: integrate CWS unxlngxnewbaseline
Diffstat (limited to 'canvas')
-rw-r--r--[-rwxr-xr-x]canvas/source/vcl/canvashelper_texturefill.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx
index 023ceb2b5005..637b3af3315e 100755..100644
--- a/canvas/source/vcl/canvashelper_texturefill.cxx
+++ b/canvas/source/vcl/canvashelper_texturefill.cxx
@@ -700,7 +700,7 @@ namespace vclcanvas
}
#endif // complex-clipping vs. XOR-trick
-#if defined(VERBOSE) && OSL_DEBUG_LEVEL > 0
+#if 0 //defined(VERBOSE) && OSL_DEBUG_LEVEL > 0
{
::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0);
::basegfx::B2DRectangle aTextureDeviceRect;