summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:39:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:39:27 +0000
commitd631ef68ffb9a609858562dea5e2a99cc2178559 (patch)
tree0259d4020f282787d5876f2ab88295850a5bbbef /setup_native
parenta072cf75a5423e687764e52d0a2e5765ed3637b5 (diff)
INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED
2006/01/31 13:35:23 sb 1.2.18.1: #i53898# Made code warning-free.
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/registry.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/registry.hxx b/setup_native/source/win32/customactions/reg4msdoc/registry.hxx
index 5726f1c8c73a..5d1a1fb9fcd2 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/registry.hxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/registry.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: registry.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:36:42 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:39:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,10 @@
#ifndef _REGISTRY_HXX_
#define _REGISTRY_HXX_
+#pragma warning(push, 1) /* disable warnings within system headers */
#include <windows.h>
+#pragma warning(pop)
+
#include <memory>
#include <vector>
#include <string>