summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:23:30 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:23:30 +0000
commit27f0fe7102fd578380a7e0b9f2d98f99926f179c (patch)
tree9a3515da02d22c1aa9de10ef547bd955b1073570 /shell/inc
parent0a8bc30573716dab0e2d3ebec895052528b11e32 (diff)
INTEGRATION: CWS mingwport06 (1.5.110); FILE MERGED
2007/08/24 13:14:41 vg 1.5.110.1: #i75499# pragma is for MSVC
Diffstat (limited to 'shell/inc')
-rw-r--r--shell/inc/internal/config.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/inc/internal/config.hxx b/shell/inc/internal/config.hxx
index 4a7dadcfa21c..6d42e0654267 100644
--- a/shell/inc/internal/config.hxx
+++ b/shell/inc/internal/config.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: config.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 14:12:56 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:23:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,9 @@
#ifndef CONFIG_HXX_INCLUDED
#define CONFIG_HXX_INCLUDED
+#ifdef _MSC_VER
#pragma warning (disable : 4786 4503 4917)
+#endif
#include <tchar.h>