summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole/jscriptclasses.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:46:18 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:46:18 +0000
commitf41f4a7bf9087d2943270dcf547a54e0498e9420 (patch)
treec70313f36b6fded874c90bb1509795d0c8d63f17 /extensions/source/ole/jscriptclasses.hxx
parentINTEGRATION: CWS wae4extensions (1.5.190); FILE MERGED (diff)
downloadcore-f41f4a7bf9087d2943270dcf547a54e0498e9420.tar.gz
core-f41f4a7bf9087d2943270dcf547a54e0498e9420.zip
INTEGRATION: CWS wae4extensions (1.5.388); FILE MERGED
2007/10/01 12:13:44 fs 1.5.388.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org
Diffstat (limited to 'extensions/source/ole/jscriptclasses.hxx')
-rw-r--r--extensions/source/ole/jscriptclasses.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx
index fae57738ce6b..f2d5d1b12970 100644
--- a/extensions/source/ole/jscriptclasses.hxx
+++ b/extensions/source/ole/jscriptclasses.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: jscriptclasses.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:43:02 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:46:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,6 +34,11 @@
************************************************************************/
#ifndef __JSCRIPTCLASSES_HXX
#define __JSCRIPTCLASSES_HXX
+
+
+#pragma warning (push,1)
+#pragma warning (disable:4548)
+
#include <tools/presys.h>
//#include "stdafx.h"
#define STRICT
@@ -47,6 +52,10 @@ extern CComModule _Module;
#include <atlcom.h>
#include <tools/postsys.h>
+#pragma warning (pop)
+#pragma warning (disable:4505)
+ // disable "unreferenced local function has been removed" globally
+
#include "comifaces.hxx"