diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:36:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:36:16 +0000 |
commit | 669e8d2cf0dd822cdd39aec84893b64feae53632 (patch) | |
tree | 2d78813957ddbf731f9dbbd8952ea7e1e401f3da /setup_native | |
parent | 1239b885aa46cfcb53d061783c431d4033690283 (diff) |
INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED
2006/01/31 13:35:12 sb 1.3.18.1: #i53898# Made code warning-free.
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/languagepacks/lngpckinsthelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/languagepacks/lngpckinsthelper.cxx b/setup_native/source/win32/customactions/languagepacks/lngpckinsthelper.cxx index bc238e0b7039..d375c058e22c 100644 --- a/setup_native/source/win32/customactions/languagepacks/lngpckinsthelper.cxx +++ b/setup_native/source/win32/customactions/languagepacks/lngpckinsthelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lngpckinsthelper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:32:14 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:36:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,12 @@ * ************************************************************************/ +#pragma warning(push, 1) /* disable warnings within system headers */ #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <msiquery.h> +#pragma warning(pop) + #include <malloc.h> #include <tchar.h> #include <string> |