summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 13:40:03 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 13:40:03 +0000
commitfbebdc8205c025fa075f20394585a057367515ca (patch)
treefa02ad8b6bcdcec035590f2297dacab30e694e54 /sd/source/ui/inc/AccessibleDocumentViewBase.hxx
parentee84b7e75712d24a90626a62544d5f0bb9553673 (diff)
INTEGRATION: CWS sixtyfour11 (1.11.406); FILE MERGED
2007/03/12 16:39:22 kendy 1.11.406.1: #i75331# Don't introduce new virtual methods where they should be overridden.
Diffstat (limited to 'sd/source/ui/inc/AccessibleDocumentViewBase.hxx')
-rw-r--r--sd/source/ui/inc/AccessibleDocumentViewBase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
index 4f7b36e5872f..c9fd2bdd5841 100644
--- a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
+++ b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleDocumentViewBase.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:57:44 $
+ * last change: $Author: rt $ $Date: 2007-04-25 14:40:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -189,7 +189,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);