INTEGRATION: CWS impress78 (1.3.84); FILE MERGED
2006/01/11 10:21:05 af 1.3.84.1: #i57918# Made GetPage() public.
This commit is contained in:
parent
1919240e64
commit
1a39578265
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue