summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:44:53 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:44:53 +0000
commitaab9cf7c2e70ff0d4f8bec600f5ca315801acdf9 (patch)
tree6119fbb90e54968613b53d57e12fc41055183414 /idlc/inc
parent7dd35bdd7cdfca2a78ce6654f8c4afff5d2e29e0 (diff)
INTEGRATION: CWS mingwport06 (1.6.66); FILE MERGED
2007/08/24 13:05:14 vg 1.6.66.1: #i75499# pragma is for MSVC
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/idlctypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/idlctypes.hxx b/idlc/inc/idlc/idlctypes.hxx
index 6933133b1da8..6d38a49ab69d 100644
--- a/idlc/inc/idlc/idlctypes.hxx
+++ b/idlc/inc/idlc/idlctypes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: idlctypes.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:04:36 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:44:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,7 @@ class AstScope;
AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope);
AstScope* SAL_CALL declAsScope(AstDeclaration* pDecl);
-#ifdef WIN32
+#ifdef _MSC_VER
#pragma warning( disable : 4541 )
#endif