svx/source/tbxctrls/bulletsnumbering.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 24a071a08655536b7ec10b2a77792c8ec72a5d1d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Feb 26 10:28:03 2020 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Feb 26 14:56:45 2020 +0100

    tdf#130952 crash launching bullets and numbering from sidebar more... 
dropdown
    
    Change-Id: I242c7281a891a8e52d9fa4e5ee2d20ba56d62fdc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89528
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/svx/source/tbxctrls/bulletsnumbering.cxx 
b/svx/source/tbxctrls/bulletsnumbering.cxx
index 69bad8a9a01c..fc3244e193ef 100644
--- a/svx/source/tbxctrls/bulletsnumbering.cxx
+++ b/svx/source/tbxctrls/bulletsnumbering.cxx
@@ -171,10 +171,10 @@ void NumberingPopup::GrabFocus()
 
 IMPL_LINK_NOARG(NumberingPopup, VSButtonClickSetHdl, weld::Button&, void)
 {
-    mrController.EndPopupMode();
-
     auto aArgs( comphelper::InitPropertySequence( { { "Page", 
css::uno::makeAny( OUString("customize") ) } } ) );
     mrController.dispatchCommand( ".uno:OutlineBullet", aArgs );
+
+    mrController.EndPopupMode();
 }
 
 NumberingToolBoxControl::NumberingToolBoxControl( const css::uno::Reference< 
css::uno::XComponentContext >& rxContext ):
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to