From 38e4d98d225f8403edfc1c39ef52f7e84985c92d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 17 Feb 2005 08:42:02 +0000 Subject: [PATCH] INTEGRATION: CWS impress31 (1.12.72); FILE MERGED 2005/01/28 09:13:03 cl 1.12.72.1: #i32920# reworked FuPage to work with master pages without a slide --- sd/source/ui/inc/DrawViewShell.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index d108ef23e9c2..124c85d3be61 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.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:12:05 $ + * last change: $Author: vg $ $Date: 2005-02-17 09:42:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -292,6 +292,9 @@ public: EditMode GetEditMode() const { return eEditMode; } virtual SdPage* GetActualPage() { return pActualPage; } + /// inherited from sd::ViewShell + virtual SdPage* getCurrentPage() const; + void ResetActualPage(); void ResetActualLayer(); BOOL SwitchPage(USHORT nPage);