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; };