diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:16:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:16:40 +0000 |
commit | f2973047593a0494fde438a7681f1a6e129b35ba (patch) | |
tree | 98558d914a4c2b7dd8890e297664e94906473204 | |
parent | 1926aa51fc5f6d03438b9119f88216a8deddfb8d (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.72); FILE MERGED
2003/04/09 10:54:44 kso 1.4.72.1: #108413# - debug macro unification.
-rw-r--r-- | extensions/source/ole/ole2uno.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx index 603ef955e14d..a73fafa4d013 100644 --- a/extensions/source/ole/ole2uno.hxx +++ b/extensions/source/ole/ole2uno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ole2uno.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jl $ $Date: 2002-06-05 13:21:38 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:16:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ #endif #define _WIN32_DCOM -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 //#define _ATL_DEBUG_INTERFACES #endif |