summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-11-15 11:03:37 +0000
committerHerbert Dürr <hdu@apache.org>2013-11-15 11:03:37 +0000
commite2f90c93c97f3cf137c348ed302c6470f398aa70 (patch)
tree2ffb48192238765c9d4c275ed837f2cb0d5b1fec /accessibility
parent74e54220a6341ef9f100128556106b698388295a (diff)
#i107914# fix build breaker on 64bit platforms introduced by ia2
Notes
Notes: merged as: efb23f29983f87104a684e7fab00b84fc59d131d
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/standard/vclxaccessiblelist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/standard/vclxaccessiblelist.cxx b/accessibility/source/standard/vclxaccessiblelist.cxx
index 1cff9aab265b..6453c721ed05 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;