summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-07-22 11:23:15 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-07-22 11:23:15 +0200
commit2b5bd61341cb2b2b2d229796443d3e3d6b9041bf (patch)
tree7c6301ffef330bbe81138b30cdb6d8a62d2676a8 /canvas
parentdf141ec59998680b75804e113885193a6c7dda5e (diff)
unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline, disactivated old, not-buildable debug code
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;