summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:46:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:46:25 +0000
commit4586a856eb744d469d759d01be27f8dbd60df207 (patch)
tree732c47f6030cac9be58677d4c2c723e466f79261 /i18npool/source/isolang
parentINTEGRATION: CWS warnings01 (1.3.12); FILE MERGED (diff)
downloadcore-4586a856eb744d469d759d01be27f8dbd60df207.tar.gz
core-4586a856eb744d469d759d01be27f8dbd60df207.zip
INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED
2006/05/29 09:59:28 sb 1.2.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/inwnt.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/isolang/inwnt.cxx b/i18npool/source/isolang/inwnt.cxx
index 9805e0081829..63a3f8804d55 100644
--- a/i18npool/source/isolang/inwnt.cxx
+++ b/i18npool/source/isolang/inwnt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inwnt.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 14:38:15 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:46:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,9 +37,11 @@
#include <sal/config.h>
#endif
+#pragma warning(push,1) // disable warnings within system headers
#include <windef.h> // needed by winnls.h
#include <winbase.h> // needed by winnls.h
#include <winnls.h>
+#pragma warning(pop)
#ifndef INCLUDED_RTL_INSTANCE_HXX
#include <rtl/instance.hxx>