[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sfx2/source
László Németh
laszlo.nemeth at collabora.com
Mon Nov 30 02:58:26 PST 2015
sfx2/source/sidebar/SidebarController.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6d101b6296962b444f535eeb2ff37580dc9bb60c
Author: László Németh <laszlo.nemeth at collabora.com>
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 <ci at libreoffice.org>
Reviewed-by: jan iversen <jani at documentfoundation.org>
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
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();
}
}
More information about the Libreoffice-commits
mailing list