sw/source/ui/misc/bookmark.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3dd9a3027d39ee9932b26abcde12363c881bff6a
Author: Jakub Trzebiatowski <ubap....@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.mehrbr...@cib.de>
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to