summaryrefslogtreecommitdiff
path: root/padmin/source/padialog.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:22:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:22:07 +0000
commit656cd6896ca9a788bba3a524461e431ba5c56ff3 (patch)
treef451bf49cd455abd81a729882dac9bf88468a6e0 /padmin/source/padialog.cxx
parent8953b1cedd612c4c10ad3b60a1ff0eb52ddbfcac (diff)
INTEGRATION: CWS dbgmacros1 (1.8.6.1.18); FILE MERGED
2003/04/09 12:04:05 kso 1.8.6.1.18.1: #108413# - debug macro unification.
Diffstat (limited to 'padmin/source/padialog.cxx')
-rw-r--r--padmin/source/padialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx
index 060d2a08a291..05708e89ea85 100644
--- a/padmin/source/padialog.cxx
+++ b/padmin/source/padialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: padialog.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 14:16:06 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:22:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -549,7 +549,7 @@ void PADialog::PrintTestPage()
aPoint.Y() = (((double)aP2.Y())*cosd + ((double)aP2.X())*sind)*factor;
aP2 = aPoint;
}
-#if defined DEBUG || defined DBG_UTIL
+#if (OSL_DEBUG_LEVEL > 1) || defined DBG_UTIL
fprintf( stderr, "%d lines\n",n );
#endif
m_pPrinter->EndPage();