summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 14:07:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 14:07:04 +0000
commit001ac953df16eccbc716818417fea16fd904a29b (patch)
tree7e786cbb908c68d513ebbe46e815056d8d5bf6c1 /sd/source/ui/inc/ViewShell.hxx
parent1f6accc74615230348b0267f06981506e010a4aa (diff)
INTEGRATION: CWS impress19 (1.9.16); FILE MERGED
2004/11/12 09:27:23 af 1.9.16.1: #i32947# Return pointer to new page created by CreateOrDuplicatePage().
Diffstat (limited to 'sd/source/ui/inc/ViewShell.hxx')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index b99843854354..221842198999 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-28 13:27:07 $
+ * last change: $Author: hr $ $Date: 2004-11-26 15:07:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -666,8 +666,11 @@ protected:
This page is either duplicated or becomes the predecessor of the
new slide. If NULL a duplication request is ignored. A new
slide is inserted as first slide.
+ @return
+ The new slide is returned. If for some reason a new page can
+ not be created then NULL is returned.
*/
- virtual void CreateOrDuplicatePage (
+ virtual SdPage* CreateOrDuplicatePage (
SfxRequest& rRequest,
PageKind ePageKind,
SdPage* pPage);