summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 13:28:14 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 13:28:14 +0000
commitdb123af89ac87980fcc4a63852b89fe5a6e4c387 (patch)
tree62e71c9530be4a48b405e36fc1a6af779034ccfd
parentd31e0d21840234c7289163aeb7459947d3dd6b85 (diff)
INTEGRATION: CWS intptr (1.3.32); FILE MERGED
2005/09/13 14:50:06 kendy 1.3.32.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer
-rw-r--r--cppuhelper/inc/cppuhelper/implbase_ex_pre.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase_ex_pre.hxx b/cppuhelper/inc/cppuhelper/implbase_ex_pre.hxx
index 262e13b2a0f5..865ac9f88137 100644
--- a/cppuhelper/inc/cppuhelper/implbase_ex_pre.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase_ex_pre.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: implbase_ex_pre.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:18:16 $
+ * last change: $Author: kz $ $Date: 2005-10-05 14:28:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
/** @internal */
#define __IFC_EX_TYPE_INIT_NAME( class_cast, ifc_name ) \
-{ { ifc_name::static_type }, ((sal_Int32)(ifc_name *) class_cast 16) - 16 }
+{ { ifc_name::static_type }, ((sal_IntPtr)(ifc_name *) class_cast 16) - 16 }
/** @internal */
#define __IFC_EX_TYPE_INIT( class_cast, N ) __IFC_EX_TYPE_INIT_NAME( class_cast, Ifc##N )