summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-17 16:35:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-17 18:45:13 +0100
commitecf43ac726d048530970cfdb3be98ef8a8fce782 (patch)
tree2bd84c10be73f2ac53fc4612464dc6fe9338f150 /sw
parent5c3eca5e84f25aff0af6586cb6bf85a25bec81b3 (diff)
EndDialog takes long nResult, not bool
Change-Id: Id57ad91eb6f2a5f7f4801ebc3a1317bb7bf46adf
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/misc/glossary.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx
index 65c9f0fa81f0..ca671fc796fc 100644
--- a/sw/source/ui/misc/glossary.cxx
+++ b/sw/source/ui/misc/glossary.cxx
@@ -1044,7 +1044,7 @@ IMPL_LINK( SwGlossaryDlg, PathHdl, Button *, pBtn )
IMPL_LINK_NOARG(SwGlossaryDlg, InsertHdl)
{
- EndDialog(true);
+ EndDialog(RET_OK);
return 0;
}