summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole/jscriptclasses.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-03-31 16:22:13 +0000
committerOliver Bolte <obo@openoffice.org>2003-03-31 16:22:13 +0000
commit39eb9656e0484158aca21c313f818cce5d75cfc8 (patch)
tree987555ff0e6d202cdf03cbe3c0b1670eff1ab325 /extensions/source/ole/jscriptclasses.hxx
parent#i2822# now poping up from minimzed window after double clicking in container (diff)
downloadcore-39eb9656e0484158aca21c313f818cce5d75cfc8.tar.gz
core-39eb9656e0484158aca21c313f818cce5d75cfc8.zip
#100000# wntmsci8 without _DEBUG
Diffstat (limited to 'extensions/source/ole/jscriptclasses.hxx')
-rw-r--r--extensions/source/ole/jscriptclasses.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx
index 6619906781db..093b4c08ffb5 100644
--- a/extensions/source/ole/jscriptclasses.hxx
+++ b/extensions/source/ole/jscriptclasses.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: jscriptclasses.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2000-10-19 10:51:09 $
+ * last change: $Author: obo $ $Date: 2003-03-31 17:22:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,9 @@
#ifdef _DEBUG
//#define _ATL_DEBUG_INTERFACES
#endif
-
+#if _MSC_VER >= 1300
+#undef _DEBUG
+#endif
#include <atlbase.h>
extern CComModule _Module;