diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:17:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:17:52 +0000 |
commit | 486b821613267dd4bd1e60ce577b4fd8951a267c (patch) | |
tree | 034a11608a246f7530930891eabed7e704c69ee0 /framework/source | |
parent | 39ca03a9ae5560007089ade257ba68f4f8ca66dc (diff) |
INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED
2008/04/01 10:58:16 thb 1.7.262.2: #i85898# Stripping all external header guards
2008/03/28 15:35:36 rt 1.7.262.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/uielement/rootitemcontainer.cxx | 56 |
1 files changed, 18 insertions, 38 deletions
diff --git a/framework/source/uielement/rootitemcontainer.cxx b/framework/source/uielement/rootitemcontainer.cxx index 6e9337b21f6a..7759f4520755 100644 --- a/framework/source/uielement/rootitemcontainer.cxx +++ b/framework/source/uielement/rootitemcontainer.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: rootitemcontainer.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.7 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2006-09-16 14:23:30 $ + * $RCSfile: rootitemcontainer.cxx,v $ + * $Revision: 1.8 $ * - * 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. * ************************************************************************/ @@ -38,10 +33,7 @@ //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ - -#ifndef __FRAMEWORK_UIELEMENT_ROOTITEMCONTAINER_HXX_ #include <uielement/rootitemcontainer.hxx> -#endif #ifndef __FRAMEWORK_UIELEMENT_ITEMCONTAINER_HHX_ #include <uielement/itemcontainer.hxx> @@ -50,26 +42,14 @@ #ifndef __FRAMEWORK_UIELEMENT_CONSTITEMCONTAINER_HHX_ #include <uielement/constitemcontainer.hxx> #endif - -#ifndef __FRAMEWORK_THREADHELP_RESETABLEGUARD_HXX_ #include <threadhelp/resetableguard.hxx> -#endif - -#ifndef __FRAMEWORK_GENERAL_H_ #include <general.h> -#endif - -#ifndef __FRAMEWORK_PROPERTIES_H_ #include <properties.h> -#endif //_________________________________________________________________________________________________________________ // interface includes //_________________________________________________________________________________________________________________ - -#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ #include <com/sun/star/beans/PropertyAttribute.hpp> -#endif //_________________________________________________________________________________________________________________ // other includes |