From 1e48666b6c007fdf8f354a1a50e51f8f1e906b87 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Tue, 2 May 2017 18:10:41 +0200 Subject: lok: sc: fix for row/col header updating on changing tab When you switch tab the current row/col header needs to be invalidated. Change-Id: I26ef6f9990726f3c96ddfc9ac45472fafc8e8507 Reviewed-on: https://gerrit.libreoffice.org/37242 Tested-by: Jenkins Reviewed-by: Jan Holesovsky --- sc/source/ui/view/tabview3.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/ui') diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index f789a34021e5..75da8d86159e 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -2004,6 +2004,8 @@ void ScTabView::OnLibreOfficeKitTabChanged() }; SfxLokHelper::forEachOtherView(pThisViewShell, lTabSwitch); + + pThisViewShell->libreOfficeKitViewCallback(LOK_CALLBACK_INVALIDATE_HEADER, "all"); } } -- cgit