#i10000# #i79499# build fix
This commit is contained in:
parent
8d2998b99c
commit
4d8fb2f1dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue