[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - accessibility/source

Oliver-Rainer Wittmann orw at apache.org
Fri Nov 15 04:07:55 PST 2013


 accessibility/source/standard/vclxaccessiblelist.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddf54d685f05d6be26f609df42461d14da857442
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Nov 15 11:58:27 2013 +0000

    revert unnecessary change to curl patch file for Windows made by the introduction of ia2 as it breaks the on Windows when using a git-clone
    
    part 1 of the revert: removing svn:eol-style property
commit e2f90c93c97f3cf137c348ed302c6470f398aa70
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Nov 15 11:03:37 2013 +0000

    #i107914# fix build breaker on 64bit platforms introduced by ia2

diff --git a/accessibility/source/standard/vclxaccessiblelist.cxx b/accessibility/source/standard/vclxaccessiblelist.cxx
index 1cff9aa..6453c72 100644
--- a/accessibility/source/standard/vclxaccessiblelist.cxx
+++ b/accessibility/source/standard/vclxaccessiblelist.cxx
@@ -369,7 +369,7 @@ void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEve
             break;
         case VCLEVENT_LISTBOX_FOCUSITEMCHANGED:
             if ( !m_bDisableProcessEvent )
-                UpdateFocus_Impl_Acc((sal_uInt16)reinterpret_cast<sal_uInt32>(rVclWindowEvent.GetData()),b_IsDropDownList);
+                UpdateFocus_Impl_Acc((sal_uInt16)reinterpret_cast<sal_uIntPtr>(rVclWindowEvent.GetData()),b_IsDropDownList);
             break;
         case VCLEVENT_WINDOW_GETFOCUS:
             break;


More information about the Libreoffice-commits mailing list