summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:32:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:32:03 +0000
commit48f3abc10240cb82e506c8115f486dcc2cb335e3 (patch)
tree0f19f7ba3c0456c997a5508cef6ed0538785e114 /bridges/inc
parent5198a42ce95ba8b8514eeb650fed3ef3130e96a9 (diff)
INTEGRATION: CWS pj43 (1.6.20); FILE MERGED
2005/12/06 08:46:20 kendy 1.6.20.1: #i57694# sal_uInt32 -> sal_Size in memAlloc()
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/bridges/remote/context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/inc/bridges/remote/context.h b/bridges/inc/bridges/remote/context.h
index 13d9b30bbc3b..40456bd724d5 100644
--- a/bridges/inc/bridges/remote/context.h
+++ b/bridges/inc/bridges/remote/context.h
@@ -4,9 +4,9 @@
*
* $RCSfile: context.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:11:39 $
+ * last change: $Author: hr $ $Date: 2005-12-28 17:32: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 @@ remote_removeContextListener( remote_contextListenerFunc listener , void *pObjec
extern "C" rtl_uString ** SAL_CALL
remote_getContextList(
sal_Int32 *pnStringCount,
- void * ( SAL_CALL * memAlloc ) ( sal_uInt32 nBytesToAlloc ) );
+ void * ( SAL_CALL * memAlloc ) ( sal_Size nBytesToAlloc ) );
struct remote_BridgeImpl;