diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:40:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:40:47 +0000 |
commit | 4c8489f76734861c4c63dccc8f7422a5959b7c9a (patch) | |
tree | 171e17e3a108761e4749161d51da1adfdd380249 | |
parent | 4910e86d2d918302231ef897126150bda4e04489 (diff) |
INTEGRATION: CWS writercorehandoff (1.4.446); FILE MERGED
2005/09/13 17:22:30 tra 1.4.446.2: RESYNC: (1.4-1.5); FILE MERGED
2005/06/07 14:15:42 fme 1.4.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
-rw-r--r-- | sw/source/ui/inc/drwtxtsh.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sw/source/ui/inc/drwtxtsh.hxx b/sw/source/ui/inc/drwtxtsh.hxx index 79433fb456..fe7b906402 100644 --- a/sw/source/ui/inc/drwtxtsh.hxx +++ b/sw/source/ui/inc/drwtxtsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: drwtxtsh.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:12:11 $ + * last change: $Author: hr $ $Date: 2006-08-14 17:40:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,17 +35,13 @@ #ifndef _SWDRWTXTSH_HXX #define _SWDRWTXTSH_HXX - #ifndef _SFX_SHELL_HXX //autogen #include <sfx2/shell.hxx> #endif #include "shellid.hxx" -class OutlinerView; -class SdrOutliner; class SdrView; class SwView; -class SfxModule; class SwWrtShell; class SwDrawTextShell: public SfxShell @@ -71,7 +67,7 @@ public: virtual ~SwDrawTextShell(); virtual SfxUndoManager* GetUndoManager(); - + void StateDisableItems(SfxItemSet &); void Execute(SfxRequest &); |