summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
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/accessibility/AccessiblePresentationGraphicShape.cxx
parenta762c9df17da7fcd565e7b7210fa104215781ed5 (diff)
#95585# Made shape tree reference passed to constructors const.
Diffstat (limited to 'sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx')
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
index 3e8c1f37c17c..548657344cef 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationGraphicShape.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: af $ $Date: 2002-04-11 13:29:00 $
+ * last change: $Author: af $ $Date: 2002-04-18 17:02:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ AccessiblePresentationGraphicShape::AccessiblePresentationGraphicShape (
::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)
: AccessibleGraphicShape (rxShape, rxParent, rShapeTreeInfo, nIndex)
{