summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-17 08:43:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-17 08:43:08 +0000
commit5679764ecd4926365d4d260f2c2165a9edf835ca (patch)
tree2cda349e0d6322ed6359682f435fb0f1454cc057 /sd/source/ui/inc/ViewShell.hxx
parent1336ea4a69e1c7325709963520bea347cd4bdda6 (diff)
INTEGRATION: CWS impress31 (1.11.70); FILE MERGED
2005/01/28 09:13:05 cl 1.11.70.1: #i32920# reworked FuPage to work with master pages without a slide
Diffstat (limited to 'sd/source/ui/inc/ViewShell.hxx')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx16
1 files changed, 13 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 3d77d47c95f1..66ed76b97323 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShell.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2005-01-28 16:23:06 $
+ * last change: $Author: vg $ $Date: 2005-02-17 09:43:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -330,8 +330,18 @@ public:
virtual BOOL ActivateObject(SdrOle2Obj* pObj, long nVerb);
+ /** @returns
+ current or selected page or 0. This method
+ will fail in master page mode.
+
+ @deprecated, please use getCurrentPage();
+ */
virtual SdPage* GetActualPage() = 0;
- // kann auch NULL sein
+
+ /** @returns
+ current or selected page or 0.
+ */
+ virtual SdPage* getCurrentPage() const = 0;
FuPoor* GetOldFunction() const { return pFuOld; }
FuPoor* GetActualFunction() const { return pFuActual; }