summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-11-28 02:33:34 +0100
committerAndras Timar <andras.timar@collabora.com>2015-12-06 14:29:19 +0100
commited1370641e26ea371bcd1daa1c48f101f22785b2 (patch)
tree7bdf0fec1b20cc4fb3a75b5fd0bda73baed352f2 /sfx2/source
parent536a5611d9de8b3f08fdf0128335a8b52c66e725 (diff)
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@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 6d101b6296962b444f535eeb2ff37580dc9bb60c)
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 9afa3f5ae03d..ae82afcd2015 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();
}
}