diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:21:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:21:43 +0000 |
commit | 0a7a0a11752fd3f0fa4555a6adc58f30e095e159 (patch) | |
tree | 9c96d36104a9763ad469de232328ac6f44ab19db /padmin | |
parent | 98572f8ba7e83ed94f8714e2f5ac0f7a47e5f3a9 (diff) |
INTEGRATION: CWS dbgmacros1 (1.10.26); FILE MERGED
2003/04/09 12:04:04 kso 1.10.26.1: #108413# - debug macro unification.
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/helper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx index ae5af28a972c..74ddfde8f0ec 100644 --- a/padmin/source/helper.cxx +++ b/padmin/source/helper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: helper.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2002-12-02 17:30:36 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:21:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -338,7 +338,7 @@ bool padmin::chooseDirectory( Window* pParent, String& rInOutPath ) bRet = true; } } -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 else fprintf( stderr, "could not get FolderPicker service\n" ); #endif |