diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-14 09:27:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-14 09:27:21 +0000 |
commit | a38dc6363e3fbb95df18d9484d7d2d2e77884483 (patch) | |
tree | a8ea33db034f63c5d5abdf20629888d3dcf5cffc /sd | |
parent | 1e61354967f325a1a4c9afbb34c2196c3b1c7ae6 (diff) |
INTEGRATION: CWS impress51 (1.3.46); FILE MERGED
2005/05/20 09:04:52 af 1.3.46.1: #i48247# Added CreateAccessibleObject() method.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx b/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx index 7d0b078a779a..89d1cc59c350 100644 --- a/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx +++ b/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SlideTransitionPanel.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2005-03-18 17:02:45 $ + * last change: $Author: kz $ $Date: 2005-07-14 10:27:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,11 @@ public: virtual bool IsResizable (void); virtual bool IsExpandable (void) const; + virtual ::com::sun::star::uno::Reference< + ::com::sun::star::accessibility::XAccessible > CreateAccessibleObject ( + const ::com::sun::star::uno::Reference< + ::com::sun::star::accessibility::XAccessible>& rxParent); + private: Size maPreferredSize; ::Window* mpWrappedControl; |