[Libreoffice-commits] core.git: sw/source
Jakub Trzebiatowski
ubap.dev at gmail.com
Mon Apr 4 07:04:06 UTC 2016
sw/source/ui/misc/bookmark.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3dd9a3027d39ee9932b26abcde12363c881bff6a
Author: Jakub Trzebiatowski <ubap.dev at gmail.com>
Date: Mon Mar 28 13:25:26 2016 +0200
tdf#90855 replace Dialog::Close with Dialog::EndDialog
Change-Id: I1b23ba8b93e8451b8f5b9db56a212f3c497b80de
Reviewed-on: https://gerrit.libreoffice.org/23565
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx
index ba9fc87..59b56cc 100644
--- a/sw/source/ui/misc/bookmark.cxx
+++ b/sw/source/ui/misc/bookmark.cxx
@@ -214,7 +214,7 @@ IMPL_LINK_NOARG_TYPED(SwInsertBookmarkDlg, InsertHdl, Button*, void)
if (!rReq.IsDone())
rReq.Ignore();
- Close();
+ EndDialog(RET_OK);
}
void SwInsertBookmarkDlg::GotoSelectedBookmark()
More information about the Libreoffice-commits
mailing list