diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:37:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:37:28 +0000 |
commit | cb230db69d2425cc0f42b632a20532e5ebb43ded (patch) | |
tree | b7b8c0dcb216ef02024b26c873fbc2a2538d31dc /sfx2 | |
parent | ea8ebb065baa4c6d72aebe4faa9b4b521ef92dcf (diff) |
INTEGRATION: CWS changefileheader (1.31.28); FILE MERGED
2008/04/01 15:39:41 thb 1.31.28.3: #i85898# Stripping all external header guards
2008/04/01 12:40:54 thb 1.31.28.2: #i85898# Stripping all external header guards
2008/03/31 13:38:38 rt 1.31.28.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/ipclient.cxx | 83 |
1 files changed, 18 insertions, 65 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx index b035dea9600e..ac3a41768be4 100644 --- a/sfx2/source/view/ipclient.cxx +++ b/sfx2/source/view/ipclient.cxx @@ -1,92 +1,52 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: ipclient.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.31 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-03-06 19:57:51 $ + * $RCSfile: ipclient.cxx,v $ + * $Revision: 1.32 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * This file is part of OpenOffice.org. * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sfx2.hxx" - -#ifndef _COM_SUN_STAR_EMBED_EMBEDSTATES_HPP_ #include <com/sun/star/embed/EmbedStates.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XVISUALOBJECT_HPP_ #include <com/sun/star/embed/XVisualObject.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XEMBEDDEDCLIENT_HPP_ #include <com/sun/star/embed/XEmbeddedClient.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XINPLACECLIENT_HPP_ #include <com/sun/star/embed/XInplaceClient.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XINPLACEOBJECT_HPP_ #include <com/sun/star/embed/XInplaceObject.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XCOMPONENTSUPPLIER_HPP_ #include <com/sun/star/embed/XComponentSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XWINDOWSUPPLIER_HPP_ #include <com/sun/star/embed/XWindowSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XEMBEDPERSIST_HPP_ #include <com/sun/star/embed/XEmbedPersist.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_EMBEDVERBS_HPP_ #include <com/sun/star/embed/EmbedVerbs.hpp> -#endif -#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_ #include <com/sun/star/container/XChild.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include <com/sun/star/beans/PropertyValue.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_XSTATECHANGELISTENER_HPP_ #include <com/sun/star/embed/XStateChangeListener.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_STATECHANGEINPROGRESSEXCEPTION_HPP_ #include <com/sun/star/embed/StateChangeInProgressException.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_ #include <com/sun/star/lang/XInitialization.hpp> -#endif -#ifndef _COM_SUN_STAR_TASK_XSTATUSINDICATORFACTORY_HPP_ #include <com/sun/star/task/XStatusIndicatorFactory.hpp> -#endif -#ifndef _COM_SUN_STAR_TASK_XSTATUSINDICATOR_HPP_ #include <com/sun/star/task/XStatusIndicator.hpp> -#endif #include <com/sun/star/embed/EmbedMisc.hpp> #include <svtools/embedhlp.hxx> @@ -100,16 +60,9 @@ #include "workwin.hxx" #include "guisaveas.hxx" #include <sfx2/topfrm.hxx> - -#ifndef _CPPUHELPER_IMPLBASE5_HXX_ #include <cppuhelper/implbase5.hxx> -#endif -#ifndef _SV_SALBTYPE_HXX #include <vcl/salbtype.hxx> -#endif -#ifndef _EHDL_HXX #include <svtools/ehdl.hxx> -#endif #include <vcl/timer.hxx> #include <vcl/window.hxx> |