INTEGRATION: CWS changefileheader (1.24.18); FILE MERGED
2008/04/01 12:26:28 thb 1.24.18.2: #i85898# Stripping all external header guards 2008/03/31 12:19:31 rt 1.24.18.1: #i87441# Change license header to LPGL v3.
This commit is contained in:
parent
31cac01f48
commit
848d21376b
1 changed files with 18 additions and 54 deletions
|
@ -1,88 +1,52 @@
|
|||
/*************************************************************************
|
||||
*
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* $RCSfile: embeddedobjectcontainer.cxx,v $
|
||||
* Copyright 2008 by Sun Microsystems, Inc.
|
||||
*
|
||||
* $Revision: 1.24 $
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2008-03-05 18:28:47 $
|
||||
* $RCSfile: embeddedobjectcontainer.cxx,v $
|
||||
* $Revision: 1.25 $
|
||||
*
|
||||
* 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_comphelper.hxx"
|
||||
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
|
||||
#include <com/sun/star/container/XChild.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XEMBEDOBJECTCREATOR_HPP_
|
||||
#include <com/sun/star/embed/XEmbedObjectCreator.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XLINKCREATOR_HPP_
|
||||
#include <com/sun/star/embed/XLinkCreator.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XEMBEDPERSIST_HPP_
|
||||
#include <com/sun/star/embed/XEmbedPersist.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XLINKAGESUPPORT_HPP_
|
||||
#include <com/sun/star/embed/XLinkageSupport.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XTRANSACTEDOBJECT_HPP_
|
||||
#include <com/sun/star/embed/XTransactedObject.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XOPTIMIZEDSTORAGE_HPP_
|
||||
#include <com/sun/star/embed/XOptimizedStorage.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/embed/EntryInitModes.hpp>
|
||||
#ifndef _COM_SUN_STAR_UTIL_XCLOSEABLE_HPP_
|
||||
#include <com/sun/star/util/XCloseable.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/util/XModifiable.hpp>
|
||||
#ifndef _COM_SUN_STAR_EMBED_EMBEDSTATES_HPP_
|
||||
#include <com/sun/star/embed/EmbedStates.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DATATRANSFER_XTRANSFERABLE_HPP_
|
||||
#include <com/sun/star/datatransfer/XTransferable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSETINFO_HPP_
|
||||
#include <com/sun/star/beans/XPropertySetInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_ASPECTS_HPP_
|
||||
#include <com/sun/star/embed/Aspects.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_EMBEDMISC_HPP_
|
||||
#include <com/sun/star/embed/EmbedMisc.hpp>
|
||||
#endif
|
||||
|
||||
#include <comphelper/seqstream.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
|
Loading…
Reference in a new issue