From dbff10c0b970e36930e0477e5543f72e91d20dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 26 Nov 2004 19:12:05 +0000 Subject: [PATCH] INTEGRATION: CWS presentationengine01 (1.7.18); FILE MERGED 2004/11/17 19:32:27 thb 1.7.18.4: RESYNC: (1.8-1.9); FILE MERGED 2004/10/12 23:11:42 thb 1.7.18.3: RESYNC: (1.7-1.8); FILE MERGED 2004/09/06 11:22:42 cl 1.7.18.2: added preview support 2004/08/28 22:53:14 cl 1.7.18.1: removed old presentation code --- sd/source/ui/inc/DrawViewShell.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index c62712cd589b..d108ef23e9c2 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DrawViewShell.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2004-11-26 15:06:36 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:12:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -257,9 +257,6 @@ public: void GetNavigatorWinState(SfxItemSet& rSet); void ExecEffectWin(SfxRequest& rReq); - void GetEffectWinState(SfxItemSet& rSet); - void UpdateEffectWindow(); - void AssignFromEffectWindow(); void Update3DWindow(); void AssignFrom3DWindow(); @@ -413,6 +410,8 @@ public: virtual DrawController* GetController (void); + DrawView* GetDrawView() const { return pDrView; } + protected: DrawView* pDrView; SdPage* pActualPage;