From e47d5bfcb49bc4467cf56af90d4416478fbf4c11 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 10 Apr 2008 22:05:30 +0000 Subject: INTEGRATION: CWS changefileheader (1.42.218); FILE MERGED 2008/04/01 15:36:26 thb 1.42.218.3: #i85898# Stripping all external header guards 2008/04/01 12:39:36 thb 1.42.218.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.42.218.1: #i87441# Change license header to LPGL v3. --- sd/source/ui/view/drviews3.cxx | 114 +++++++---------------------------------- 1 file changed, 18 insertions(+), 96 deletions(-) (limited to 'sd/source/ui/view/drviews3.cxx') diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx index 6272e8db9643..87374cce8c04 100644 --- a/sd/source/ui/view/drviews3.cxx +++ b/sd/source/ui/view/drviews3.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: drviews3.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.43 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-04-03 15:12:47 $ + * $RCSfile: drviews3.cxx,v $ + * $Revision: 1.44 $ * - * 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,90 +34,36 @@ #include "DrawViewShell.hxx" #include - -#ifndef _EEITEM_HXX #include -#endif -#ifndef _SVX_TSPTITEM_HXX //autogen #include -#endif -#ifndef _SVX_LRSPITEM_HXX //autogen #include -#endif -#ifndef _SVX_PROTITEM_HXX //autogen #include -#endif -#ifndef _SVX_FRMDIRITEM_HXX #include -#endif - -#ifndef _SVX_RULER_HXX #include -#endif #ifndef _SVX_RULERITEM_HXX #include #endif -#ifndef _SVX_ZOOMITEM_HXX #include -#endif #ifndef _SVXIDS_HRC #include #endif - -#ifndef _SVDPAGV_HXX //autogen #include -#endif - -#ifndef _SFXREQUEST_HXX //autogen #include -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include -#endif -#ifndef _URLOBJ_HXX #include -#endif -#ifndef _AEITEM_HXX //autogen #include -#endif -#ifndef _SFXENUMITEM_HXX //autogen #include -#endif -#ifndef _SFXRECTITEM_HXX //autogen #include -#endif -#ifndef _SFXSTRITEM_HXX //autogen #include -#endif -#ifndef _SVDOOLE2_HXX //autogen #include -#endif -#ifndef _SFXITEMPOOL_HXX //autogen #include -#endif -#ifndef _SFXPTITEM_HXX //autogen #include -#endif -#ifndef _SB_SBSTAR_HXX //autogen #include -#endif -#ifndef _SB_SBERRORS_HXX //autogen #include -#endif -#ifndef _SVX_FMSHELL_HXX //autogen #include -#endif - -#ifndef _SVX_F3DCHILD_HXX #include -#endif -#ifndef _SVX_FLOAT3D_HXX #include -#endif - -#ifndef _SD_OPTSITEM_HXX #include "optsitem.hxx" -#endif #include "app.hrc" #include "glob.hrc" @@ -133,23 +74,15 @@ #include "undopage.hxx" #include "glob.hxx" #include "app.hxx" -#ifndef SD_FU_POOR_HXX #include "fupoor.hxx" -#endif -#ifndef _SD_SLIDESHOW_HXX #include "slideshow.hxx" -#endif #ifndef SD_FRAME_VIEW #include "FrameView.hxx" #endif #include "sdpage.hxx" -#ifndef SD_WINDOW_HXX #include "Window.hxx" -#endif #include "sdresid.hxx" -#ifndef SD_DRAW_VIEW_HXX #include "drawview.hxx" -#endif #include "drawdoc.hxx" #include "DrawViewShell.hxx" #include "Ruler.hxx" @@ -160,25 +93,14 @@ #include "DrawDocShell.hxx" #include "sdabstdlg.hxx" #include -#ifndef SD_VIEW_SHELL_BASE_HXX #include "ViewShellBase.hxx" -#endif -#ifndef SD_FORM_SHELL_MANAGER_HXX #include "FormShellManager.hxx" -#endif #include "LayerTabBar.hxx" #include "sdabstdlg.hxx" #include "sdpage.hxx" - -#ifndef _COM_SUN_STAR_DRAWING_FRAMEWORK_XCONTROLLERMANAGER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DRAWING_FRAMEWORK_XCONFIGURATIONCONTROLLER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_DRAWING_FRAMEWORK_XCONFIGURATION_HPP_ #include -#endif using namespace ::com::sun::star::uno; using namespace ::com::sun::star::drawing::framework; -- cgit