sfx2/source/sidebar/SidebarController.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 6d101b6296962b444f535eeb2ff37580dc9bb60c Author: László Németh <[email protected]> Date: Sat Nov 28 02:33:34 2015 +0100 tdf#94689 fix crash on new file, close file, open file partially cherry-picked from the commit 187445b2d2885ced92be37ffb11cd2a9bb11f8d6 Change-Id: I9e74fb41448c6be0b8daa6c0f8a0e207be0be6d6 Reviewed-on: https://gerrit.libreoffice.org/20250 Tested-by: Jenkins <[email protected]> Reviewed-by: jan iversen <[email protected]> Reviewed-by: Michael Meeks <[email protected]> diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index 9afa3f5..ae82afc 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -229,6 +229,7 @@ void SAL_CALL SidebarController::notifyContextChangeEvent (const css::ui::Contex { maAsynchronousDeckSwitch.CancelRequest(); maContextChangeUpdate.RequestCall(); + UpdateConfigurations(); } }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
