diff options
-rw-r--r-- | sd/source/ui/func/fuinsert.cxx | 92 |
1 files changed, 18 insertions, 74 deletions
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index 7855014828bf..7bce1526993b 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.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: fuinsert.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.47 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2007-09-06 13:55:56 $ + * $RCSfile: fuinsert.cxx,v $ + * $Revision: 1.48 $ * - * 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. * ************************************************************************/ @@ -42,28 +37,14 @@ #include <comphelper/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svx/svxdlg.hxx> - -#ifndef _COM_SUN_STAR_EMBED_NOVISUALAREASIZEEXCEPTION_HPP_ #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> -#endif -#ifndef _COM_SUN_STAR_EMBED_ASPECTS_HPP_ #include <com/sun/star/embed/Aspects.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> -#endif -#ifndef _COM_SUN_STAR_CHART2_XCHARTDOCUMENT_HPP_ #include <com/sun/star/chart2/XChartDocument.hpp> -#endif -#ifndef _COM_SUN_STAR_DRAWING_FILLSTYLE_HPP_ #include <com/sun/star/drawing/FillStyle.hpp> -#endif #include <tools/urlobj.hxx> - -#ifndef SVTOOLS_URIHELPER_HXX #include <svtools/urihelper.hxx> -#endif #include <svtools/sores.hxx> #include <svtools/insdlg.hxx> @@ -79,80 +60,43 @@ #ifndef _UNOTOOLS_UCBSTREAMHELPER_HXX #include <unotools/ucbstreamhelper.hxx> #endif -#ifndef _SFX_PRINTER_HXX #include <sfx2/printer.hxx> -#endif #include <sot/clsids.hxx> -#ifndef _SFXECODE_HXX //autogen #include <svtools/sfxecode.hxx> -#endif -#ifndef _TRANSFER_HXX //autogen #include <svtools/transfer.hxx> -#endif -#ifndef _URLBMK_HXX #include <svtools/urlbmk.hxx> -#endif -#ifndef _SVDOBJ_HXX //autogen #include <svx/svdobj.hxx> -#endif -#ifndef _SVDOGRAF_HXX //autogen #include <svx/svdograf.hxx> -#endif -#ifndef _SVDOOLE2_HXX //autogen #include <svx/svdoole2.hxx> -#endif -#ifndef _SVDOMEDIA_HXX //autogen #include <svx/svdomedia.hxx> -#endif #ifndef _EDITENG_HXX //autogen #include <svx/editeng.hxx> #endif #include <sot/storage.hxx> -#ifndef _SOT_FORMATS_HXX //autogen #include <sot/formats.hxx> -#endif -#ifndef _SVDPAGV_HXX //autogen #include <svx/svdpagv.hxx> -#endif #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif -#ifndef _SVX_OPENGRF_HXX #include <svx/opengrf.hxx> -#endif #include <sfx2/viewfrm.hxx> #include "app.hrc" #include "misc.hxx" #include "sdresid.hxx" -#ifndef SD_VIEW_HXX #include "View.hxx" -#endif #include "app.hxx" -#ifndef SD_WINDOW_HXX #include "Window.hxx" -#endif -#ifndef SD_DRAW_VIEW_HXX #include "drawview.hxx" -#endif -#ifndef SD_DRAW_VIEW_SHELL_HXX #include "DrawViewShell.hxx" -#endif -#ifndef SD_DRAW_DOC_SHELL_HXX #include "DrawDocShell.hxx" -#endif -#ifndef SD_GRAPHIC_DOC_SHELL_HXX #include "GraphicDocShell.hxx" -#endif #include "strings.hrc" #include "drawdoc.hxx" #include "sdgrffilter.hxx" #include "sdxfer.hxx" - -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif using namespace com::sun::star; |