summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-04-18 16:02:20 +0000
committerAndre Fischer <af@openoffice.org>2002-04-18 16:02:20 +0000
commit6c944dbee81393ac271fca467fa3903d49dc0a89 (patch)
tree1a6e021a2309fd8385a23942e4d396b4b0111c4b /sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
parenta762c9df17da7fcd565e7b7210fa104215781ed5 (diff)
#95585# Made shape tree reference passed to constructors const.
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationOLEShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationOLEShape.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx b/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
index 755350f3678b..e9339bd1297b 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: af $ $Date: 2002-03-18 10:27:23 $
+ * last change: $Author: af $ $Date: 2002-04-18 17:00:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ public:
::com::sun::star::drawing::XShape>& rxShape,
const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::accessibility::XAccessible>& rxParent,
- AccessibleShapeTreeInfo& rShapeTreeInfo,
+ const AccessibleShapeTreeInfo& rShapeTreeInfo,
long nIndex = -1);
virtual ~AccessiblePresentationOLEShape (void);