summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 19:12:05 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 19:12:05 +0000
commitdbff10c0b970e36930e0477e5543f72e91d20dc4 (patch)
treebcfd1f42fe385ae348ac9bcc386bfecf2c36fa17 /sd/source/ui/inc/DrawViewShell.hxx
parent6af909fdc5099e63564f5857936e1b09d3161985 (diff)
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
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx9
1 files 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;