diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:16:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:16:29 +0000 |
commit | 1926aa51fc5f6d03438b9119f88216a8deddfb8d (patch) | |
tree | e1614a9421e6ca6248f96c39b905a235ef7a79d2 /extensions/source/ole/jscriptclasses.hxx | |
parent | 6146ecf6ca0e86e03d5d6d1603f88e175660ec5a (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.108); FILE MERGED
2003/04/10 18:36:22 kso 1.2.108.2: RESYNC: (1.2-1.3); FILE MERGED
2003/04/09 10:54:44 kso 1.2.108.1: #108413# - debug macro unification.
Diffstat (limited to 'extensions/source/ole/jscriptclasses.hxx')
-rw-r--r-- | extensions/source/ole/jscriptclasses.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx index 093b4c08ffb5..91e51f2748bd 100644 --- a/extensions/source/ole/jscriptclasses.hxx +++ b/extensions/source/ole/jscriptclasses.hxx @@ -2,9 +2,9 @@ * * $RCSfile: jscriptclasses.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2003-03-31 17:22:12 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:16:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,13 +65,9 @@ #define STRICT #define _WIN32_WINNT 0x0400 #define _WIN32_DCOM -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 //#define _ATL_DEBUG_INTERFACES #endif -#if _MSC_VER >= 1300 -#undef _DEBUG -#endif - #include <atlbase.h> extern CComModule _Module; #include <atlcom.h> |