summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePageShape.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 13:40:59 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 13:40:59 +0000
commit8b6d2dd6e6c4363c9a5c5770198caed6b0de0928 (patch)
tree8beb038ec1da79bebbdbb96cc54a5d82f711d628 /sd/source/ui/inc/AccessiblePageShape.hxx
parent4ef89d6ef6d5f183bc9a793b0945e85e2085cabb (diff)
INTEGRATION: CWS sixtyfour11 (1.9.78); FILE MERGED
2007/03/12 16:39:23 kendy 1.9.78.1: #i75331# Don't introduce new virtual methods where they should be overridden.
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 51e6367daee9..f320d9f82326 100644
--- a/sd/source/ui/inc/AccessiblePageShape.hxx
+++ b/sd/source/ui/inc/AccessiblePageShape.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessiblePageShape.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:30:39 $
+ * last change: $Author: rt $ $Date: 2007-04-25 14:40:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,7 +128,7 @@ public:
*/
virtual ::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessible> SAL_CALL
- getAccessibleChild (long nIndex)
+ getAccessibleChild (sal_Int32 nIndex)
throw (::com::sun::star::uno::RuntimeException);