Tag: cws_src680_ooo64bit02
User: pjanik  
Date: 05/01/21 07:04:28

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

Log:
 #i8584#: sal_IntPtr instead of sal_Int32 for pointers.

File Changes:

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

File [changed]: AppDetailPageHelper.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.4&r2=1.4.48.1
Delta lines:  +5 -5
-------------------
--- AppDetailPageHelper.cxx     22 Oct 2004 12:00:02 -0000      1.4
+++ AppDetailPageHelper.cxx     21 Jan 2005 15:04:21 -0000      1.4.48.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: AppDetailPageHelper.cxx,v $
  *
- *  $Revision: 1.4 $
+ *  $Revision: 1.4.48.1 $
  *
- *  last change: $Author: pjunck $ $Date: 2004/10/22 12:00:02 $
+ *  last change: $Author: pjanik $ $Date: 2005/01/21 15:04:21 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -534,7 +534,7 @@
        if ( nPos < CONTROL_COUNT && _pEntry )
        {
                DBTreeListBox& rTree = *m_pLists[nPos];
-               bLeafSelected = 
reinterpret_cast<sal_Int32>(_pEntry->GetUserData()) != FOLDER_TYPE;
+               bLeafSelected = 
reinterpret_cast<sal_IntPtr>(_pEntry->GetUserData()) != FOLDER_TYPE;
        }
        return bLeafSelected;
 }
@@ -549,7 +549,7 @@
                SvLBoxEntry* pEntry = rTree.FirstSelected( );
                while( !bLeafSelected && pEntry )
                {
-                       bLeafSelected = 
reinterpret_cast<sal_Int32>(pEntry->GetUserData()) != FOLDER_TYPE;
+                       bLeafSelected = 
reinterpret_cast<sal_IntPtr>(pEntry->GetUserData()) != FOLDER_TYPE;
                        pEntry = rTree.NextSelected(pEntry);
                }
        }




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

Reply via email to