summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 07:51:12 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 07:51:12 +0000
commite149a558d2eacf54a3cf81bc7b355085ce1dc50e (patch)
treeb1f886b408d7d5c64337b73943147074cb34dee1 /sd/source/ui/toolpanel
parentf3df8031ee1781bf3728d51876f275ef6e3cce41 (diff)
INTEGRATION: CWS changefileheader (1.18.14); FILE MERGED
2008/04/01 15:36:02 thb 1.18.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:21 thb 1.18.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.18.14.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sd/source/ui/toolpanel')
-rw-r--r--sd/source/ui/toolpanel/TaskPaneViewShell.cxx68
1 files changed, 18 insertions, 50 deletions
diff --git a/sd/source/ui/toolpanel/TaskPaneViewShell.cxx b/sd/source/ui/toolpanel/TaskPaneViewShell.cxx
index 1449e3f1ff67..5eeebc764a83 100644
--- a/sd/source/ui/toolpanel/TaskPaneViewShell.cxx
+++ b/sd/source/ui/toolpanel/TaskPaneViewShell.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: TaskPaneViewShell.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.19 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: kz $ $Date: 2008-04-03 14:47:32 $
+ * $RCSfile: TaskPaneViewShell.cxx,v $
+ * $Revision: 1.20 $
*
- * 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.
*
************************************************************************/
@@ -70,52 +65,25 @@
#include "strings.hrc"
#include "sdresid.hxx"
#include "framework/FrameworkHelper.hxx"
-
-#ifndef _COM_SUN_STAR_DRAWING_FRAMEWORK_XRESOURCEID_HPP_
#include <com/sun/star/drawing/framework/XResourceId.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_FRAMEWORK_RESOURCEACTIVATIONMODE_HPP_
#include <com/sun/star/drawing/framework/ResourceActivationMode.hpp>
-#endif
#include <com/sun/star/drawing/XDrawSubController.hpp>
-#ifndef _SVX_DLG_CTRL_HXX
#include <svx/dlgctrl.hxx>
-#endif
-#ifndef _SFX_BINDINGS_HXX
#include <sfx2/bindings.hxx>
-#endif
-#ifndef _SFXDISPATCH_HXX
#include <sfx2/dispatch.hxx>
-#endif
-#ifndef _SFXVIEWFRM_HXX
#include <sfx2/viewfrm.hxx>
-#endif
#include <sfx2/msg.hxx>
#include <sfx2/objface.hxx>
-#ifndef _SVX_COLRCTRL_HXX
#include <svx/colrctrl.hxx>
-#endif
-#ifndef _XTABLE_HXX
#include <svx/xtable.hxx>
-#endif
#include <vcl/dockwin.hxx>
-#ifndef _SDTREELB_HXX
#include "sdtreelb.hxx"
-#endif
-#ifndef SD_DRAW_VIEW_SHELL_HXX
#include "DrawViewShell.hxx"
-#endif
#include "drawdoc.hxx"
-#ifndef SD_VIEW_SHELL_BASE_HXX
#include "ViewShellBase.hxx"
-#endif
-#ifndef _SVX_RULER_HXX //autogen
#include <svx/ruler.hxx>
-#endif
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
//#define SHOW_TEST_PANEL
#ifdef SHOW_TEST_PANEL