From 6d3beb28944bd2bd83d6241a37ab2d3c07d379cc Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 10 Apr 2008 17:52:28 +0000 Subject: INTEGRATION: CWS changefileheader (1.23.130); FILE MERGED 2008/04/01 15:34:00 thb 1.23.130.3: #i85898# Stripping all external header guards 2008/04/01 12:38:30 thb 1.23.130.2: #i85898# Stripping all external header guards 2008/03/31 13:56:51 rt 1.23.130.1: #i87441# Change license header to LPGL v3. --- sd/source/filter/grf/sdgrffilter.cxx | 100 +++++++---------------------------- 1 file changed, 18 insertions(+), 82 deletions(-) (limited to 'sd/source/filter/grf') diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx index 06f0e0b449b4..9b863d0c8ab7 100644 --- a/sd/source/filter/grf/sdgrffilter.cxx +++ b/sd/source/filter/grf/sdgrffilter.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: sdgrffilter.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.23 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2007-09-06 13:55:42 $ + * $RCSfile: sdgrffilter.cxx,v $ + * $Revision: 1.24 $ * - * 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 + * + * for a copy of the LGPLv3 License. * ************************************************************************/ @@ -39,16 +34,9 @@ #ifdef _MSC_VER #pragma warning (disable:4190) #endif - -#ifndef _COM_SUN_STAR_GRAPHIC_XGRAPHICPROVIDER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_GRAPHIC_GRAPHICTYPE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UCB_XSIMPLEFILEACCESS2_HPP_ #include -#endif #include #include @@ -71,37 +59,16 @@ #include "cppuhelper/exc_hlp.hxx" // -- -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include -#endif - -#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include -#endif -#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILEPICKER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILTERMANAGER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UI_DIALOGS_TEMPLATEDESCRIPTION_HPP_ #include -#endif -#ifndef _FILEDLGHELPER_HXX #include -#endif -#ifndef _URLOBJ_HXX #include -#endif -#ifndef _FILTER_HXX #include -#endif -#ifndef _SVX_IMPGRF_HXX #include -#endif -#ifndef _XOUTBMP_HXX #include -#endif // -- @@ -110,53 +77,22 @@ #include "sdresid.hxx" #include "sdgrffilter.hxx" #include "../../ui/inc/ViewShellBase.hxx" - -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_ #include -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUES_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XFILTER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XEXPORTER_HPP_ #include -#endif -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include -#endif -#ifndef _COM_SUN_STAR_VIEW_XSELECTIONSUPPLIER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DRAWING_XDRAWVIEW_HPP_ #include -#endif -#ifndef SD_DRAW_CONTROLLER_HXX #include "../../ui/inc/DrawController.hxx" -#endif -#ifndef _CPPUHELPER_IMPLBASE2_HXX_ #include -#endif #include -#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_TASK_XINTERACTIONREQUEST_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DRAWING_GRAPHICFILTERREQUEST_HPP_ #include -#endif using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit v1.2.3