From 1a39578265d9560a8c70c5ce1e571ed8c4b68fe4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Jan 2006 11:50:58 +0000 Subject: [PATCH] INTEGRATION: CWS impress78 (1.3.84); FILE MERGED 2006/01/11 10:21:05 af 1.3.84.1: #i57918# Made GetPage() public. --- sd/source/ui/inc/AccessibleSlideSorterObject.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx index 7dcf88c8c96c..8d024f97f1ce 100644 --- a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx +++ b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleSlideSorterObject.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:00:11 $ + * last change: $Author: obo $ $Date: 2006-01-19 12:50:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -106,6 +106,10 @@ public: sal_uInt16 nPageNumber); ~AccessibleSlideSorterObject (void); + /** Return the page that is made accessible by the called object. + */ + SdPage* GetPage (void) const; + /** The page number as given to the constructor. */ sal_uInt16 GetPageNumber (void) const; @@ -261,8 +265,6 @@ private: of being disposed. Otherwise, sal_False is returned. */ sal_Bool IsDisposed (void); - - SdPage* GetPage (void) const; };