summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-17 08:42:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-17 08:42:02 +0000
commit38e4d98d225f8403edfc1c39ef52f7e84985c92d (patch)
tree856f366fe6536955476b6779d7866c42404f880d /sd/source/ui/inc/DrawViewShell.hxx
parent143ae621a9340c56cd947100dde652e71da3d204 (diff)
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
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index d108ef23e9c2..124c85d3be61 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.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);