summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews4.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 22:06:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 22:06:32 +0000
commitf4dd3736deabee7b3026da6b454d16222054a9da (patch)
treea441094b50ecd40bf56b8f5a514ec34a08154aeb /sd/source/ui/view/drviews4.cxx
parentINTEGRATION: CWS changefileheader (1.42.218); FILE MERGED (diff)
downloadcore-f4dd3736deabee7b3026da6b454d16222054a9da.tar.gz
core-f4dd3736deabee7b3026da6b454d16222054a9da.zip
INTEGRATION: CWS changefileheader (1.39.14); FILE MERGED
2008/04/01 15:36:27 thb 1.39.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:36 thb 1.39.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.39.14.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx87
1 files changed, 18 insertions, 69 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index 5e3fe4ea3b72..d7f8c0ff0159 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.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: drviews4.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.40 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: kz $ $Date: 2008-04-03 15:13:48 $
+ * $RCSfile: drviews4.cxx,v $
+ * $Revision: 1.41 $
*
- * 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.
*
************************************************************************/
@@ -37,61 +32,32 @@
#include "precompiled_sd.hxx"
#include "DrawViewShell.hxx"
-
-#ifndef _SV_MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
-#endif
-#ifndef _URLBMK_HXX //autogen
#include <svtools/urlbmk.hxx>
-#endif
-#ifndef _SVDPAGV_HXX //autogen
#include <svx/svdpagv.hxx>
-#endif
-#ifndef _SVDUNDO_HXX //autogen
#include <svx/svdundo.hxx>
-#endif
-#ifndef _SVX_FMGLOB_HXX
#include <svx/fmglob.hxx>
-#endif
-#ifndef _EEITEM_HXX
#include <svx/eeitem.hxx>
-#endif
#ifndef _FLDITEM_HXX
#include <svx/flditem.hxx>
#endif
#ifndef _SVXIDS_HRC
#include <svx/svxids.hrc>
#endif
-#ifndef _SVX_RULER_HXX
#include <svx/ruler.hxx>
-#endif
#ifndef _GLOBL3D_HXX
#include <svx/globl3d.hxx>
#endif
-#ifndef _OUTLINER_HXX
#include <svx/outliner.hxx>
-#endif
#ifndef _SFX_CLIENTSH_HXX
#include <sfx2/ipclient.hxx>
#endif
-#ifndef _SFXREQUEST_HXX //autogen
#include <sfx2/request.hxx>
-#endif
-#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
-#endif
-#ifndef _SVDOPATH_HXX //autogen
#include <svx/svdopath.hxx>
-#endif
-#ifndef _SFXVIEWFRM_HXX //autogen
#include <sfx2/viewfrm.hxx>
-#endif
-#ifndef _MyEDITVIEW_HXX
#include <svx/editview.hxx>
-#endif
-#ifndef _SV_CURSOR_HXX
#include <vcl/cursor.hxx>
-#endif
#include "app.hrc"
@@ -100,39 +66,22 @@
#include "res_bmp.hrc"
#include "DrawDocShell.hxx"
#include "drawdoc.hxx"
-#ifndef SD_WINDOW_HXX
#include "Window.hxx"
-#endif
-#ifndef SD_FU_POOR_HXX
#include "fupoor.hxx"
-#endif
#include "app.hxx"
-#ifndef SD_RULER_HXX
#include "Ruler.hxx"
-#endif
#include "sdresid.hxx"
-#ifndef SD_GRAPHIC_VIEW_SHELL_HXX
#include "GraphicViewShell.hxx"
-#endif
#include "sdpage.hxx"
-#ifndef _SD_SLIDESHOW_HXX
#include "slideshow.hxx"
-#endif
#include "anminfo.hxx"
#include "sdpopup.hxx"
-#ifndef SD_DRAW_VIEW_HXX
#include "drawview.hxx"
-#endif
-
-#ifndef _BMPMASK_HXX_ //autogen
#include <svx/bmpmask.hxx>
-#endif
#include "LayerTabBar.hxx"
// #97016# IV
-#ifndef _SVDITER_HXX
#include <svx/svditer.hxx>
-#endif
namespace sd {