From 7ead67f186f0cb87884598ff205662e7c5dcc741 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 16:21:20 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.12.30); FILE MERGED 2003/04/09 12:04:02 kso 1.12.30.1: #108413# - debug macro unification. --- padmin/source/adddlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'padmin') 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() ); -- cgit v1.2.3