summaryrefslogtreecommitdiff
path: root/basic/source/comp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:54:06 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:54:06 +0000
commit0a8bc30573716dab0e2d3ebec895052528b11e32 (patch)
tree4b05bf5158153f6f74f5d39e2d57fa7d7ff5df21 /basic/source/comp
parentcac81578000d7add49f6fbd52a00f8c9772b575a (diff)
INTEGRATION: CWS mingwport06 (1.20.22); FILE MERGED
2007/08/24 10:44:53 vg 1.20.22.1: #i75499# pragma is for MSVC
Diffstat (limited to 'basic/source/comp')
-rw-r--r--basic/source/comp/parser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx
index c3ab8341686c..584f25b3c92b 100644
--- a/basic/source/comp/parser.cxx
+++ b/basic/source/comp/parser.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: parser.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: vg $ $Date: 2007-08-30 10:00:07 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:54:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -125,7 +125,7 @@ static SbiStatement StmntTable [] = {
};
-#ifdef MSC
+#ifdef _MSC_VER
// 'this' : used in base member initializer list
#pragma warning( disable: 4355 )
#endif