diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 08:42:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 08:42:55 +0000 |
commit | 1336ea4a69e1c7325709963520bea347cd4bdda6 (patch) | |
tree | c0f5a50c1835a3604dbaee6a73e76cc5751dc3fc /sd/source/ui/inc/TaskPaneViewShell.hxx | |
parent | 1bd1ad4db82f2e08d613201af5b8607969983f07 (diff) |
INTEGRATION: CWS impress31 (1.3.72); FILE MERGED
2005/01/28 09:13:05 cl 1.3.72.1: #i32920# reworked FuPage to work with master pages without a slide
Diffstat (limited to 'sd/source/ui/inc/TaskPaneViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/TaskPaneViewShell.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/inc/TaskPaneViewShell.hxx b/sd/source/ui/inc/TaskPaneViewShell.hxx index 0fc65dbb7841..fd8c3ea92881 100644 --- a/sd/source/ui/inc/TaskPaneViewShell.hxx +++ b/sd/source/ui/inc/TaskPaneViewShell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: TaskPaneViewShell.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:14:46 $ + * last change: $Author: vg $ $Date: 2005-02-17 09:42:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,6 +135,7 @@ public: virtual void KeyInput (const KeyEvent& rEvent); virtual SdPage* GetActualPage (void); + virtual SdPage* getCurrentPage (void) const; void Execute (SfxRequest& rRequest); void GetState (SfxItemSet& rItemSet); |