diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:26:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:26:17 +0000 |
commit | 39b2522665fb8926ec78d050e865aff0277a8e96 (patch) | |
tree | 4fab082f81aeb4fa1b210e5ec87f11a4776bfd6c /framework/source/xml | |
parent | 4a5abb2c9b6a622b7c2d024ac975d9d9dbe2fa6a (diff) |
INTEGRATION: CWS changefileheader (1.12.52); FILE MERGED
2008/04/01 15:18:52 thb 1.12.52.3: #i85898# Stripping all external header guards
2008/04/01 10:58:18 thb 1.12.52.2: #i85898# Stripping all external header guards
2008/03/28 15:35:40 rt 1.12.52.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'framework/source/xml')
-rw-r--r-- | framework/source/xml/menudocumenthandler.cxx | 61 |
1 files changed, 18 insertions, 43 deletions
diff --git a/framework/source/xml/menudocumenthandler.cxx b/framework/source/xml/menudocumenthandler.cxx index 04f5c3e9bdb5..334bf6327eb1 100644 --- a/framework/source/xml/menudocumenthandler.cxx +++ b/framework/source/xml/menudocumenthandler.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: menudocumenthandler.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.12 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2008-01-04 16:23:56 $ + * $RCSfile: menudocumenthandler.cxx,v $ + * $Revision: 1.13 $ * - * 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. * ************************************************************************/ @@ -41,16 +36,9 @@ //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ - -#ifndef __FRAMEWORK_XML_MENUDOCUMENTHANDLER_HXX_ #include <xml/menudocumenthandler.hxx> -#endif -#ifndef __FRAMEWORK_XML_MENUCONFIGURATION_HXX_ #include <xml/menuconfiguration.hxx> -#endif -#ifndef __FRAMEWORK_CLASSES_ADDONMENU_HXX_ #include <classes/addonmenu.hxx> -#endif #ifndef __FRAMEWORK_XML_ATTRIBUTELIST_HXX_ #include <xml/attributelist.hxx> #endif @@ -62,29 +50,16 @@ #ifndef __COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_ #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #endif -#ifndef _COM_SUN_STAR_LANG_XSINGLECOMPONENTFACTORY_HPP_ #include <com/sun/star/lang/XSingleComponentFactory.hpp> -#endif -#ifndef _COM_SUN_STAR_UI_ITEMTYPE_HPP_ #include <com/sun/star/ui/ItemType.hpp> -#endif -#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_ #include <com/sun/star/uno/XComponentContext.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include <com/sun/star/beans/PropertyValue.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> -#endif //_________________________________________________________________________________________________________________ // other includes //_________________________________________________________________________________________________________________ - -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> -#endif //_________________________________________________________________________________________________________________ // defines |