diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:57:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:57:52 +0000 |
commit | 92ac242c48694b9378c0e073f15146182f7666c8 (patch) | |
tree | 9d07867a94b7d662f3a6a2379b8e0a5be9d4e76b /cli_ure | |
parent | ec41a4d6e05fdb6721696f9ca275069ab05c5d0b (diff) |
INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED
2006/02/28 12:49:09 sb 1.7.30.1: #i53898# Made code waring-free.
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/native/native_bootstrap.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx index e946c7fc93da..c34e52f6c307 100644 --- a/cli_ure/source/native/native_bootstrap.cxx +++ b/cli_ure/source/native/native_bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: native_bootstrap.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:01:48 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:57:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,8 +37,11 @@ #include "rtl/bootstrap.hxx" #include "cppuhelper/bootstrap.hxx" + +#pragma warning(push, 1) #include <windows.h> -//#include <winreg.h> +#pragma warning(pop) + #include <delayimp.h> #include <stdio.h> |