Remove old-fashioned VERBOSE, use OSL_DEBUG_LEVEL instead.
This commit is contained in:
@@ -310,7 +310,7 @@ public:
|
||||
const ::basegfx::B2DPolyPolygon& rPoly)
|
||||
{
|
||||
(void)pName; (void)rPoly;
|
||||
#if defined(VERBOSE)
|
||||
#if OSL_DEBUG_LEVEL > 2
|
||||
fprintf(stderr, "%s - svg:d=\"%s\"\n",
|
||||
pName, rtl::OUStringToOString(
|
||||
basegfx::tools::exportToSvgD(rPoly),
|
||||
@@ -353,7 +353,7 @@ public:
|
||||
genericClip.append(aRect);
|
||||
}
|
||||
|
||||
#if defined(VERBOSE)
|
||||
#if OSL_DEBUG_LEVEL > 2
|
||||
fprintf(stderr, "%s input - svg:d=\"%s\"\n",
|
||||
pName, rtl::OUStringToOString(
|
||||
basegfx::tools::exportToSvgD(
|
||||
@@ -366,7 +366,7 @@ public:
|
||||
basegfx::tools::exportToSvgD(
|
||||
normalizePoly(
|
||||
boxClipResult)));
|
||||
#if defined(VERBOSE)
|
||||
#if OSL_DEBUG_LEVEL > 2
|
||||
fprintf(stderr, "%s boxclipper - svg:d=\"%s\"\n",
|
||||
pName, rtl::OUStringToOString(
|
||||
boxClipSvg,
|
||||
@@ -378,7 +378,7 @@ public:
|
||||
basegfx::tools::exportToSvgD(
|
||||
normalizePoly(
|
||||
genericClip)));
|
||||
#if defined(VERBOSE)
|
||||
#if OSL_DEBUG_LEVEL > 2
|
||||
fprintf(stderr, "%s genclipper - svg:d=\"%s\"\n",
|
||||
pName, rtl::OUStringToOString(
|
||||
genericClipSvg,
|
||||
|
@@ -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()),
|
||||
|
@@ -90,7 +90,7 @@ public:
|
||||
tools::prepareForPolygonOperation(aSelfIntersecting));
|
||||
const B2DPolyPolygon aRect(
|
||||
tools::prepareForPolygonOperation(aShiftedRectangle));
|
||||
#if defined(VERBOSE)
|
||||
#if OSL_DEBUG_LEVEL > 2
|
||||
fprintf(stderr, "%s input LHS - svg:d=\"%s\"\n",
|
||||
pName, rtl::OUStringToOString(
|
||||
basegfx::tools::exportToSvgD(
|
||||
@@ -106,7 +106,7 @@ public:
|
||||
const B2DPolyPolygon aRes=
|
||||
pFunc(aSelfIntersect, aRect);
|
||||
|
||||
#if defined(VERBOSE)
|
||||
#if OSL_DEBUG_LEVEL > 2
|
||||
fprintf(stderr, "%s - svg:d=\"%s\"\n",
|
||||
pName, rtl::OUStringToOString(
|
||||
basegfx::tools::exportToSvgD(aRes),
|
||||
|
Reference in New Issue
Block a user