summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 14:06:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 14:06:36 +0000
commit1f6accc74615230348b0267f06981506e010a4aa (patch)
treeee59f1f5dc8b8a5f6f8b57329408d3bce983ddb4 /sd/source/ui/inc/DrawViewShell.hxx
parent0858d5a5b7042657588b14c7ee37bf93118eb32b (diff)
INTEGRATION: CWS impress19 (1.9.46); FILE MERGED
2004/11/12 09:26:50 af 1.9.46.1: #i32947# Return pointer to new page created by CreateOrDuplicatePage().
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index cdaf90c46ef0..c62712cd589b 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DrawViewShell.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 15:14:20 $
+ * last change: $Author: hr $ $Date: 2004-11-26 15:06:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -486,7 +486,7 @@ private:
existing one. See ViewShell::CreateOrDuplicatePage() for more
information.
*/
- virtual void CreateOrDuplicatePage (
+ virtual SdPage* CreateOrDuplicatePage (
SfxRequest& rRequest,
PageKind ePageKind,
SdPage* pPage);