User: kz      
Date: 05/10/05 07:44:27

Modified:
 /dba/dbaccess/source/ui/app/
  AppController.cxx

Log:
 INTEGRATION: CWS intptr (1.20.96); FILE MERGED
 2005/09/13 14:50:22 kendy 1.20.96.1: #i54498#
 Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a 
pointer

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppController.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.22&r2=1.23
Delta lines:  +1 -1
-------------------
--- AppController.cxx   23 Sep 2005 12:14:21 -0000      1.22
+++ AppController.cxx   5 Oct 2005 14:44:23 -0000       1.23
@@ -1725,7 +1725,7 @@
 // 
-----------------------------------------------------------------------------
 IMPL_LINK( OApplicationController, OnCreateWithPilot, void*, _pType )
 {
-    ElementType eType = (ElementType)reinterpret_cast< int >( _pType );
+    ElementType eType = (ElementType)reinterpret_cast< sal_IntPtr >( _pType );
     newElementWithPilot( eType );
     return 0L;
 }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to