summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 08:31:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 08:31:42 +0000
commitb435e2ebbb1f8c3450deb10823f01562b37b3249 (patch)
tree052a052fd32a5da52b3d8d14ece0cff798d71213 /sc/source/ui/inc
parent4e1010d40d38df3dcb86579eff390a618965e8cb (diff)
INTEGRATION: CWS long2int (1.25.46); FILE MERGED
2005/10/26 18:07:18 kendy 1.25.46.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/AccessibleDocument.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/AccessibleDocument.hxx b/sc/source/ui/inc/AccessibleDocument.hxx
index 8cbeb372f439..794cc9ea87c1 100644
--- a/sc/source/ui/inc/AccessibleDocument.hxx
+++ b/sc/source/ui/inc/AccessibleDocument.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleDocument.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:07:08 $
+ * last change: $Author: vg $ $Date: 2006-03-31 09:31:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -132,13 +132,13 @@ public:
///===== XAccessibleContext ==============================================
/// Return the number of currently visible children.
- virtual long SAL_CALL
+ virtual sal_Int32 SAL_CALL
getAccessibleChildCount(void)
throw (::com::sun::star::uno::RuntimeException);
/// Return the specified child or NULL if index is invalid.
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,
::com::sun::star::lang::IndexOutOfBoundsException);