summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:21:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:21:20 +0000
commit7ead67f186f0cb87884598ff205662e7c5dcc741 (patch)
tree91833cad8f4caa1a3df2070cae2cf0307ea37f35 /padmin
parent6f7048e85f4d44f26c36e3d4991a07fc6c87c50d (diff)
INTEGRATION: CWS dbgmacros1 (1.12.30); FILE MERGED
2003/04/09 12:04:02 kso 1.12.30.1: #108413# - debug macro unification.
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/adddlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/adddlg.cxx b/padmin/source/adddlg.cxx
index a6e8e6f67ea6..4585525a83ee 100644
--- a/padmin/source/adddlg.cxx
+++ b/padmin/source/adddlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adddlg.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: pl $ $Date: 2002-08-27 11:24:03 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:21:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,7 +170,7 @@ void APChooseDriverPage::fill( PrinterInfo& rInfo )
USHORT nPos = m_aDriverBox.GetSelectEntryPos();
String* pDriver = (String*)m_aDriverBox.GetEntryData( nPos );
rInfo.m_aDriverName = *pDriver;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "m_aLastPrinterName = \"%s\", rInfo.m_aPrinterName = \"%s\"\n",
OUStringToOString( m_aLastPrinterName, RTL_TEXTENCODING_ISO_8859_1 ).getStr(),
OUStringToOString( rInfo.m_aPrinterName, RTL_TEXTENCODING_ISO_8859_1 ).getStr() );