summaryrefslogtreecommitdiff
path: root/basegfx/test/clipstate.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-01-17 16:17:20 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-01-18 15:27:53 +0100
commitb13852edb7ab68ba74fb47a38aebbda995323ecf (patch)
tree2b7d87660d2c339beec0ff1edc47c2609c6b982c /basegfx/test/clipstate.cxx
parent7f1d77d9fecdd710d2b2fd17be91a61665baf846 (diff)
Remove old-fashioned VERBOSE, use OSL_DEBUG_LEVEL instead.
Diffstat (limited to 'basegfx/test/clipstate.cxx')
-rw-r--r--basegfx/test/clipstate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/test/clipstate.cxx b/basegfx/test/clipstate.cxx
index 5b543450bec8..c1ddfacd506b 100644
--- a/basegfx/test/clipstate.cxx
+++ b/basegfx/test/clipstate.cxx
@@ -107,7 +107,7 @@ public:
void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest)
{
-#if defined(VERBOSE)
+#if OSL_DEBUG_LEVEL > 2
fprintf(stderr, "%s - svg:d=\"%s\"\n",
sName, rtl::OUStringToOString(
basegfx::tools::exportToSvgD(toTest.getClipPoly()),