Kaydet (Commit) 4ad08a70 authored tarafından Matteo Casalin's avatar Matteo Casalin

sal_uInt16 to short

Change-Id: I6d39bc1a1132972eece99f1ea05cb25962805351
üst 6f9f28f8
...@@ -227,7 +227,7 @@ bool SwWrtShell::StartDropDownFldDlg(SwField* pFld, bool bNextButton, OString* p ...@@ -227,7 +227,7 @@ bool SwWrtShell::StartDropDownFldDlg(SwField* pFld, bool bNextButton, OString* p
OSL_ENSURE(pDlg, "Dialogdiet fail!"); OSL_ENSURE(pDlg, "Dialogdiet fail!");
if(pWindowState && !pWindowState->isEmpty()) if(pWindowState && !pWindowState->isEmpty())
pDlg->SetWindowState(*pWindowState); pDlg->SetWindowState(*pWindowState);
sal_uInt16 nRet = pDlg->Execute(); const short nRet = pDlg->Execute();
if(pWindowState) if(pWindowState)
*pWindowState = pDlg->GetWindowState(); *pWindowState = pDlg->GetWindowState();
pDlg.reset(); pDlg.reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment