summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-26 10:28:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-26 14:56:45 +0100
commit24a071a08655536b7ec10b2a77792c8ec72a5d1d (patch)
tree0ed279abfce32bd263b6f8bce16fac39f27f0de1 /svx
parent469d96bf528c60ed5bc844752016a567bf99e9de (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/bulletsnumbering.cxx4
1 files changed, 2 insertions, 2 deletions
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 ):