diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-05 13:27:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-05 13:27:57 +0000 |
commit | 8f17d6ff5277d4908112acb477309db343af8ad8 (patch) | |
tree | 4969d48f8e672f1ee69b68582bc8990f261c9af8 | |
parent | 6a4cacf30f8832e8b61313d75ef13b669b204c6c (diff) |
INTEGRATION: CWS intptr (1.4.30); FILE MERGED
2005/09/13 14:50:06 kendy 1.4.30.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.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase_ex.hxx b/cppuhelper/inc/cppuhelper/implbase_ex.hxx index f73a350b2dde..130bf2cbaaeb 100644 --- a/cppuhelper/inc/cppuhelper/implbase_ex.hxx +++ b/cppuhelper/inc/cppuhelper/implbase_ex.hxx @@ -4,9 +4,9 @@ * * $RCSfile: implbase_ex.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 09:17:26 $ + * last change: $Author: kz $ $Date: 2005-10-05 14:27:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,7 @@ struct type_entry } m_type; /** offset for interface pointer */ - sal_Int32 m_offset; + sal_IntPtr m_offset; }; /** identical dummy struct for casting class_dataN to class_data |