summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePageShape.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/AccessiblePageShape.hxx
parenta762c9df17da7fcd565e7b7210fa104215781ed5 (diff)
#95585# Made shape tree reference passed to constructors const.
Diffstat (limited to 'sd/source/ui/inc/AccessiblePageShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePageShape.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/AccessiblePageShape.hxx b/sd/source/ui/inc/AccessiblePageShape.hxx
index 885baa6bab26..d587e46f057c 100644
--- a/sd/source/ui/inc/AccessiblePageShape.hxx
+++ b/sd/source/ui/inc/AccessiblePageShape.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePageShape.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: af $ $Date: 2002-04-15 15:18:15 $
+ * 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
@@ -126,7 +126,7 @@ public:
::com::sun::star::drawing::XDrawPage>& rxPage,
const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::accessibility::XAccessible>& rxParent,
- AccessibleShapeTreeInfo& rShapeTreeInfo,
+ const AccessibleShapeTreeInfo& rShapeTreeInfo,
long nIndex = -1);
virtual ~AccessiblePageShape (void);