diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 08:42:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 08:42:44 +0000 |
commit | 1bd1ad4db82f2e08d613201af5b8607969983f07 (patch) | |
tree | 5ba11afcdf9b9cd5836df393fd5527c1c960583d /sd/source/ui/inc/SlideViewShell.hxx | |
parent | 27164e3e54df73e0039620e8b790d0b3708b44fc (diff) |
INTEGRATION: CWS impress31 (1.5.210); FILE MERGED
2005/01/28 09:13:05 cl 1.5.210.1: #i32920# reworked FuPage to work with master pages without a slide
Diffstat (limited to 'sd/source/ui/inc/SlideViewShell.hxx')
-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); |