| commit | 24a071a08655536b7ec10b2a77792c8ec72a5d1d | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Feb 26 10:28:03 2020 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed Feb 26 14:56:45 2020 +0100 |
| tree | 0ed279abfce32bd263b6f8bce16fac39f27f0de1 | |
| parent | 469d96bf528c60ed5bc844752016a567bf99e9de [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>
diff --git a/svx/source/tbxctrls/bulletsnumbering.cxx b/svx/source/tbxctrls/bulletsnumbering.cxx index 69bad8a..fc3244e 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 ):