diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-14 20:35:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-14 21:28:05 +0100 |
commit | d8bbe0ede2d5f07a92772dfa04ace97751128005 (patch) | |
tree | 8b14800071f981d569ab89981d82a7128d2fa8af /cui/source/dialogs/thesdlg.cxx | |
parent | 4ebeb52a234d4e5c8de0de4b02bf3def5351d735 (diff) |
EndDialog takes long nResult, not bool
Change-Id: Ic6283b7a71a5d1c539ae99155f448e34e877080a
Diffstat (limited to 'cui/source/dialogs/thesdlg.cxx')
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 6ae616a43586..0aecd5210397 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -518,7 +518,7 @@ SvxThesaurusDialog::SvxThesaurusDialog( IMPL_LINK( SvxThesaurusDialog, ReplaceBtnHdl_Impl, Button *, EMPTYARG /*pBtn*/ ) { - EndDialog(true); + EndDialog(RET_OK); return 0; } |