#i10000# #i79499# build fix

This commit is contained in:
Ivo Hinkelmann 2007-07-12 12:32:22 +00:00
parent 8d2998b99c
commit 4d8fb2f1dc

View file

@ -2534,7 +2534,7 @@ long ImplWindowFrameProc( void* pInst, SalFrame* /*pFrame*/,
break;
case SALEVENT_SHOWDIALOG:
{
int nDialogID = reinterpret_cast<int>(pEvent);
int nDialogID = static_cast<int>(reinterpret_cast<sal_IntPtr>(pEvent));
nRet = ImplHandleShowDialog( pWindow, nDialogID );
}
break;