summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:14:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:14:38 +0000
commit9f646dfb97e68ddab16c558d89ea42b4bf1a1d5c (patch)
tree65e6ed963c5a64c3d46b6b20233141f10373d548 /psprint
parent53e81c03cbc7b6f323e6e69ae99e51c6201bf2f2 (diff)
INTEGRATION: CWS dbgmacros1 (1.11.2.1.16); FILE MERGED
2003/04/15 14:39:59 kso 1.11.2.1.16.2: RESYNC: (1.12-1.13); FILE MERGED 2003/04/09 12:04:56 kso 1.11.2.1.16.1: #108413# - debug macro unification.
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/helper/helper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/source/helper/helper.cxx b/psprint/source/helper/helper.cxx
index d297d410863c..33a1de1858ae 100644
--- a/psprint/source/helper/helper.cxx
+++ b/psprint/source/helper/helper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helper.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2003-04-11 17:18:29 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:14:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,7 +157,7 @@ const OUString& psp::getPrinterPath()
}
aPath += ::psp::getEnvironmentPath( "SAL_PSPRINT", (sal_Unicode)':' );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "initalizing printer path to \"%s\"\n", OUStringToOString( aPath, RTL_TEXTENCODING_ISO_8859_1 ).getStr() );
#endif
}
@@ -305,7 +305,7 @@ const OUString& psp::getFontPath()
aPath += OUString( RTL_CONSTASCII_USTRINGPARAM( ";" ) );
aPath += OStringToOUString( aJREpath, osl_getThreadTextEncoding() );
}
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "initalizing font path to \"%s\"\n", OUStringToOString( aPath, RTL_TEXTENCODING_ISO_8859_1 ).getStr() );
#endif
}