summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-05-06 08:38:50 +0000
committerAndre Fischer <af@openoffice.org>2002-05-06 08:38:50 +0000
commit4a2551f1492a1577c48a75adbbc483492a2484b1 (patch)
treee99b28e20991c2ac51ba6992509bc2b555bcd2ca /sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
parentae35f3ec39c750aed4b69fbd521a898fd4d95c2d (diff)
#95585# Using new AccessibleShapeInfo class in constructor.
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationOLEShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationOLEShape.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx b/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
index e9339bd1297b..086de2b9c69b 100644
--- a/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
+++ b/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationOLEShape.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: af $ $Date: 2002-04-18 17:00:10 $
+ * last change: $Author: af $ $Date: 2002-05-06 09:38:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,12 +76,9 @@ class AccessiblePresentationOLEShape
{
public:
//===== internal ========================================================
- AccessiblePresentationOLEShape (const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape>& rxShape,
- const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessible>& rxParent,
- const AccessibleShapeTreeInfo& rShapeTreeInfo,
- long nIndex = -1);
+ AccessiblePresentationOLEShape (
+ const AccessibleShapeInfo& rShapeInfo,
+ const AccessibleShapeTreeInfo& rShapeTreeInfo);
virtual ~AccessiblePresentationOLEShape (void);
//===== XServiceInfo ====================================================