From 9fb6dc8355d74f9a011bbd8c94840e8c0e9d4f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 11 Apr 2008 08:18:37 +0000 Subject: [PATCH] INTEGRATION: CWS changefileheader (1.75.14); FILE MERGED 2008/04/01 15:36:31 thb 1.75.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:39 thb 1.75.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.75.14.1: #i87441# Change license header to LPGL v3. --- sd/source/ui/view/drviewse.cxx | 128 +++++---------------------------- 1 file changed, 18 insertions(+), 110 deletions(-) diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index 6c02fdf5e87d..c53cf5fe73d1 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.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: drviewse.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.76 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-04-03 15:18:24 $ + * $RCSfile: drviewse.cxx,v $ + * $Revision: 1.77 $ * - * 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. * ************************************************************************/ @@ -45,94 +40,45 @@ #include -#ifndef _COM_SUN_STAR_FORM_FORMBUTTONTYPE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include -#endif #ifndef _COM_SUN_STAR_I18N_TRANSLITERATIONMODULES_HDL_ #include #endif #include "undo/undomanager.hxx" -#ifndef _SV_WAITOBJ_HXX #include -#endif - -#ifndef _AEITEM_HXX //autogen #include -#endif -#ifndef _EDITSTAT_HXX //autogen #include -#endif -#ifndef _SV_MSGBOX_HXX //autogen #include -#endif -#ifndef _URLBMK_HXX //autogen #include -#endif -#ifndef _SVDPAGV_HXX //autogen #include -#endif -#ifndef _SVX_FMSHELL_HXX #include -#endif -#ifndef _SV_SCRBAR_HXX //autogen #include -#endif -#ifndef _SVDOPATH_HXX //autogen #include -#endif -#ifndef _SVDUNDO_HXX //autogen #include -#endif -#ifndef _SVDORECT_HXX //autogen #include -#endif -#ifndef _SVDOGRAF_HXX //autogen #include -#endif -#ifndef _SFXENUMITEM_HXX //autogen #include -#endif -#ifndef _EEITEM_HXX //autogen #include -#endif -#ifndef _SFXDISPATCH_HXX //autogen #include -#endif -#ifndef _SFXVIEWFRM_HXX //autogen #include -#endif -#ifndef _SFXREQUEST_HXX //autogen #include -#endif #ifndef _SVXIDS_HRC #include #endif #ifndef _FLDITEM_HXX #include #endif -#ifndef _RULER_HXX #include -#endif #ifndef _OBJ3D_HXX #include #endif -#ifndef _SVX_FMGLOB_HXX #include -#endif -#ifndef _SVDOUNO_HXX //autogen #include -#endif -#ifndef _URLOBJ_HXX //autogen #include -#endif // #UndoRedo# -#ifndef _SFXSLSTITM_HXX #include -#endif #include @@ -146,78 +92,40 @@ #include "strings.hrc" #include "res_bmp.hrc" #include "drawdoc.hxx" -#ifndef SD_FU_SELECTION_HXX #include "fusel.hxx" -#endif -#ifndef SD_FU_TEXT_HXX #include "futext.hxx" -#endif -#ifndef SD_FU_CONSTRUCT_RECTANGLE_HXX #include "fuconrec.hxx" -#endif -#ifndef SD_FU_CONSTRUCT_CUSTOMSHAPE_HXX #include "fuconcs.hxx" -#endif -#ifndef SD_FU_CONSTRUCT_UNO_CONTROL_HXX #include "fuconuno.hxx" -#endif -#ifndef SD_FU_CONSTRUCT_BEZIER_HXX #include "fuconbez.hxx" -#endif -#ifndef SD_FU_EDIT_GLUE_POINTS_HXX #include "fuediglu.hxx" -#endif -#ifndef SD_FU_CONSTRUCT_ARC_HXX #include "fuconarc.hxx" -#endif -#ifndef SD_FU_CONSTRUCT_3D_OBJECT_HXX #include "fucon3d.hxx" -#endif #include "sdresid.hxx" -#ifndef _SD_SLIDESHOW_HXX #include "slideshow.hxx" -#endif -#ifndef SD_OUTLINER_HXX #include "Outliner.hxx" -#endif #include "PresentationViewShell.hxx" #include "sdpage.hxx" #ifndef SD_FRAME_VIEW #include "FrameView.hxx" #endif #include "zoomlist.hxx" -#ifndef SD_DRAW_VIEW_HXX #include "drawview.hxx" -#endif #include "DrawDocShell.hxx" #include "sdattr.hxx" -#ifndef SD_VIEW_SHELL_BASE_HXX #include "ViewShellBase.hxx" -#endif -#ifndef SD_TOOL_BAR_MANAGER_HXX #include "ToolBarManager.hxx" -#endif // #97016# -#ifndef _SD_OPTSITEM_HXX #include "optsitem.hxx" -#endif // #98721# -#ifndef _SVX_DATACCESSDESCRIPTOR_HXX_ #include -#endif // #110496# -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include -#endif -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include -#endif -#ifndef _AVMEDIA_MEDIAWINDOW_HXX //autogen #include -#endif #include "Window.hxx"