summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:51:36 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:51:36 +0000
commit90cd24a176a9a9400f6e438fc156f8e2a7f3df9f (patch)
tree57e2c7449687572bacddec820bcd074f84d1f19c /i18npool/source/isolang
parentINTEGRATION: CWS mingwport06 (1.5.28); FILE MERGED (diff)
downloadcore-90cd24a176a9a9400f6e438fc156f8e2a7f3df9f.tar.gz
core-90cd24a176a9a9400f6e438fc156f8e2a7f3df9f.zip
INTEGRATION: CWS mingwport06 (1.5.30); FILE MERGED
2007/08/24 13:04:33 vg 1.5.30.1: #i75499# pragma is for MSVC
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/inwnt.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18npool/source/isolang/inwnt.cxx b/i18npool/source/isolang/inwnt.cxx
index dcd50655e488..4d936d39ff52 100644
--- a/i18npool/source/isolang/inwnt.cxx
+++ b/i18npool/source/isolang/inwnt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inwnt.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 15:16:05 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:51:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,11 +39,15 @@
#include <sal/config.h>
#endif
+#ifdef _MSC_VER
#pragma warning(push,1) // disable warnings within system headers
+#endif
#include <windef.h> // needed by winnls.h
#include <winbase.h> // needed by winnls.h
#include <winnls.h>
+#ifdef _MSC_VER
#pragma warning(pop)
+#endif
#ifndef INCLUDED_RTL_INSTANCE_HXX
#include <rtl/instance.hxx>