diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/SlideViewShell.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/inc/SlideViewShell.hxx b/sd/source/ui/inc/SlideViewShell.hxx index e6add6ffc424..163f720356ae 100644 --- a/sd/source/ui/inc/SlideViewShell.hxx +++ b/sd/source/ui/inc/SlideViewShell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SlideViewShell.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2004-07-13 14:01:51 $ + * last change: $Author: vg $ $Date: 2005-02-17 09:42:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -139,6 +139,11 @@ public: virtual SdPage* GetActualPage(); + /** @returns + current or selected page or 0. + */ + virtual SdPage* getCurrentPage() const; + /** Return a string that describes the currently selected pages. */ String GetPageRangeString (void); |