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
This commit is contained in:
Rüdiger Timm 2004-11-26 19:12:05 +00:00
parent 6af909fdc5
commit dbff10c0b9

View file

@ -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;