diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 8a6662e962e9..4b2fd76f7bea 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -1,56 +1,40 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: viewshe2.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.56 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-04-03 15:23:15 $ + * $RCSfile: viewshe2.cxx,v $ + * $Revision: 1.57 $ * - * 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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sd.hxx" - -#ifndef _COM_SUN_STAR_EMBED_NOVISUALAREASIZEEXCEPTION_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_CHART2_XCHARTDOCUMENT_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DRAWING_FILLSTYLE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DRAWING_LINESTYLE_HPP_ #include -#endif #include "ViewShell.hxx" #include "ViewShellHint.hxx" @@ -64,42 +48,18 @@ #ifndef _SCRBAR_HXX //autogen #include #endif -#ifndef _SVDPAGV_HXX //autogen #include -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include -#endif -#ifndef _SFXAPP_HXX //autogen #include -#endif -#ifndef _SVX_RULER_HXX //autogen #include -#endif -#ifndef _OUTLINER_HXX //autogen #include -#endif -#ifndef _EHDL_HXX //autogen #include -#endif -#ifndef _SVDOOLE2_HXX //autogen #include -#endif -#ifndef _SFXECODE_HXX #include -#endif -#ifndef _SVX_FMSHELL_HXX // XXX nur temp (dg) #include -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include -#endif -#ifndef _RTL_USTRBUF_HXX_ #include -#endif -#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX #include -#endif #ifndef _SVX_DIALOGS_HRC #include #endif @@ -108,41 +68,22 @@ #include "misc.hxx" #include "strings.hrc" #include "app.hrc" - -#ifndef _SD_UNOKYWDS_HXX_ #include "unokywds.hxx" -#endif #include "sdundogr.hxx" -#ifndef SD_FRAME_VIEW_HXX #include "FrameView.hxx" -#endif #include "undopage.hxx" #include "sdresid.hxx" #include "drawdoc.hxx" -#ifndef SD_VIEW_HXX #include "View.hxx" -#endif -#ifndef SD_FU_POOR_HXX #include "fupoor.hxx" -#endif -#ifndef SD_CLIENT_HXX #include "Client.hxx" -#endif #include "DrawDocShell.hxx" -#ifndef SD_FU_SEARCH_HXX #include "fusearch.hxx" -#endif -#ifndef _SD_SLIDESHOW_HXX #include "slideshow.hxx" -#endif #include "sdpage.hxx" -#ifndef SD_DRAW_VIEW_SHELL_HXX #include "DrawViewShell.hxx" -#endif -#ifndef SD_VIEW_SHELL_BASE_HXX #include "ViewShellBase.hxx" -#endif #include "Window.hxx"