summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsi.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 22:14:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 22:14:51 +0000
commit798180d68aed2eb0151a9476731b14a61cd95df0 (patch)
tree2b7f92a244757425f34fdece285d4e72b924ff9a /sd/source/ui/view/drviewsi.cxx
parent87772f5c307be6209bd3fe05a2c43d6f23271171 (diff)
INTEGRATION: CWS changefileheader (1.21.220); FILE MERGED
2008/04/01 15:36:33 thb 1.21.220.3: #i85898# Stripping all external header guards 2008/04/01 12:39:40 thb 1.21.220.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.21.220.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sd/source/ui/view/drviewsi.cxx')
-rw-r--r--sd/source/ui/view/drviewsi.cxx75
1 files changed, 18 insertions, 57 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx
index c6232aec79b1..703677d05415 100644
--- a/sd/source/ui/view/drviewsi.cxx
+++ b/sd/source/ui/view/drviewsi.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: drviewsi.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.21 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: kz $ $Date: 2007-05-10 15:35:42 $
+ * $RCSfile: drviewsi.cxx,v $
+ * $Revision: 1.22 $
*
- * 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,56 +32,26 @@
#include "precompiled_sd.hxx"
#include "DrawViewShell.hxx"
-
-#ifndef _XTABLE_HXX
#include <svx/xtable.hxx>
-#endif
#include "sdattr.hxx"
-#ifndef _AEITEM_HXX //autogen
#include <svtools/aeitem.hxx>
-#endif
-#ifndef _EEITEM_HXX //autogen
#include <svx/eeitem.hxx>
-#endif
-#ifndef _SFXREQUEST_HXX //autogen
#include <sfx2/request.hxx>
-#endif
-#ifndef _SVDITER_HXX //autogen
#include <svx/svditer.hxx>
-#endif
-#ifndef _SVX_COLRITEM_HXX //autogen
#include <svx/colritem.hxx>
-#endif
-#ifndef _SFXVIEWFRM_HXX //autogen
#include <sfx2/viewfrm.hxx>
-#endif
#ifndef _SVXIDS_HRC
#include <svx/svxids.hrc>
#endif
-#ifndef _SVDUNDO_HXX //autogen
#include <svx/svdundo.hxx>
-#endif
-#ifndef _E3D_VIEW3D_HXX //autogen
#include <svx/view3d.hxx>
-#endif
-
-#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
-#endif
-
-#ifndef _SVX_FLOAT3D_HXX
#include <svx/float3d.hxx>
-#endif
-#ifndef _SVX_F3DCHILD_HXX
#include <svx/f3dchild.hxx>
-#endif
#ifndef _SVX_DIALOGS_HRC //autogen
#include <svx/dialogs.hrc>
#endif
-
-#ifndef _SV_MSGBOX_HXX
#include <vcl/msgbox.hxx>
-#endif
#include "app.hrc"
@@ -97,12 +62,8 @@
#include "anminfo.hxx"
#include "unoaprms.hxx" // Undo-Action
#include "sdundogr.hxx" // Undo Gruppe
-#ifndef SD_DRAW_VIEW_HXX
#include "drawview.hxx"
-#endif
-#ifndef SD_WINDOW_HXX
#include "Window.hxx"
-#endif
#include "sdresid.hxx"
using namespace ::com::sun::star;