From 888c472b2273d5b5a57af5d52ed83387fa72bae6 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 9 May 2007 12:30:02 +0000 Subject: [PATCH] INTEGRATION: CWS bunoexttm (1.9.14); FILE MERGED 2007/02/12 10:19:49 kr 1.9.14.1: adapted: need to put Environment::invoke into no_warn --- cli_ure/source/native/native_bootstrap.cxx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx index da8f89bb93cf..1bf494ff371e 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.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:52:08 $ + * last change: $Author: kz $ $Date: 2007-05-09 13:30:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,15 +36,16 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cli_ure.hxx" +#pragma warning(push, 1) +#include +#include "uno/environment.hxx" +#pragma warning(pop) + #include "native_share.h" #include "rtl/bootstrap.hxx" #include "cppuhelper/bootstrap.hxx" -#pragma warning(push, 1) -#include -#pragma warning(pop) - #include #include