summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePageShape.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 08:06:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 08:06:21 +0000
commit3ef15788c64b0ed368d04a016db37051684a8ec6 (patch)
tree5ad6ebc45c01f082ce7ea211cdb4b66572701166 /sd/source/ui/inc/AccessiblePageShape.hxx
parenta38a9c231a986f8bbf78e898600a68f419c1cc92 (diff)
INTEGRATION: CWS long2int (1.7.50); FILE MERGED
2005/10/26 18:06:47 kendy 1.7.50.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.
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 b9432f7cb31c..4d14572847b1 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:58:49 $
+ * last change: $Author: vg $ $Date: 2006-03-31 09:06:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,7 +113,7 @@ public:
//===== XAccessibleContext ==============================================
/// Returns always 0 because there can be no children.
- virtual long SAL_CALL
+ virtual sal_Int32 SAL_CALL
getAccessibleChildCount (void)
throw ();