Index: source/office/asyncfilepicker.cxx =================================================================== RCS file: /cvs/gsl/fpicker/source/office/asyncfilepicker.cxx,v retrieving revision 1.2 retrieving revision 1.2.50.1 diff -u -r1.2 -r1.2.50.1 --- source/office/asyncfilepicker.cxx 13 Apr 2005 08:51:00 -0000 1.2 +++ source/office/asyncfilepicker.cxx 13 Sep 2005 14:50:37 -0000 1.2.50.1 @@ -202,7 +202,7 @@ DBG_TESTSOLARMUTEX(); // if this asserts, we'd need to have an own mutex per instance - FileViewResult eResult = static_cast< FileViewResult >( reinterpret_cast< int >( pEmptyArg ) ); + FileViewResult eResult = static_cast< FileViewResult >( reinterpret_cast< sal_IntPtr >( pEmptyArg ) ); OSL_ENSURE( eStillRunning != eResult, "AsyncPickerAction::OnActionDone: invalid result!" ); // release once (since we acquired in |execute|), but keep alive until the