summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/quickstarter
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:37:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:37:28 +0000
commit394dd9629fa98a2d56e61d74505cc1bb159b6710 (patch)
treedb44f200e536eaae2fd5b46bb19336f770804d1e /setup_native/source/win32/customactions/quickstarter
parent5c190080d77f5e07c8c349bef8fde78422c61619 (diff)
INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED
2006/01/31 13:35:18 sb 1.4.26.1: #i53898# Made code warning-free.
Diffstat (limited to 'setup_native/source/win32/customactions/quickstarter')
-rw-r--r--setup_native/source/win32/customactions/quickstarter/remove_quickstart_link.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/quickstarter/remove_quickstart_link.cxx b/setup_native/source/win32/customactions/quickstarter/remove_quickstart_link.cxx
index efc75fbc55e2..64d8b37924ac 100644
--- a/setup_native/source/win32/customactions/quickstarter/remove_quickstart_link.cxx
+++ b/setup_native/source/win32/customactions/quickstarter/remove_quickstart_link.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: remove_quickstart_link.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2005-11-11 13:57:20 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:37:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,10 +32,15 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+#pragma warning(push, 1) /* disable warnings within system headers */
+#pragma warning(disable: 4917)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <shlobj.h>
#include <msiquery.h>
+#pragma warning(pop)
+
#include <string>
#include "quickstarter.hxx"