INTEGRATION: CWS impress31 (1.12.72); FILE MERGED
2005/01/28 09:13:03 cl 1.12.72.1: #i32920# reworked FuPage to work with master pages without a slide
This commit is contained in:
parent
143ae621a9
commit
38e4d98d22
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: DrawViewShell.hxx,v $
|
||||
*
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 20:12:05 $
|
||||
* last change: $Author: vg $ $Date: 2005-02-17 09:42:02 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -292,6 +292,9 @@ public:
|
|||
EditMode GetEditMode() const { return eEditMode; }
|
||||
virtual SdPage* GetActualPage() { return pActualPage; }
|
||||
|
||||
/// inherited from sd::ViewShell
|
||||
virtual SdPage* getCurrentPage() const;
|
||||
|
||||
void ResetActualPage();
|
||||
void ResetActualLayer();
|
||||
BOOL SwitchPage(USHORT nPage);
|
||||
|
|
Loading…
Reference in a new issue