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

EndDialog(sal_True) ==> EndDialog(RET_OK)

Change-Id: I07a822a7c03a4746fd609ca6ea743b92253cf6de
üst a080c8f3
......@@ -637,7 +637,7 @@ IMPL_LINK(SwAddressListDialog, TableSelectHdl_Impl, PushButton*, pButton)
IMPL_LINK_NOARG(SwAddressListDialog, OKHdl_Impl)
{
EndDialog(sal_True);
EndDialog(RET_OK);
return 0;
}
......
......@@ -790,7 +790,7 @@ IMPL_LINK_NOARG(SwNewGlosNameDlg, Rename)
m_pNewShort->GrabFocus();
}
else
EndDialog(sal_True);
EndDialog(RET_OK);
return 0;
}
......
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