summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2020-10-28 22:18:11 -0800
committerCaolán McNamara <caolanm@redhat.com>2020-10-30 13:29:37 +0100
commit00a0f45b65a7edfbd1918fe9c0ab0c2a5b14c0b0 (patch)
treec788de1141183181aa276ad44a9b89f273943f3d /sd
parente25ba916316a88c5652810108e3fdace0ad2f4d5 (diff)
tdf#106613 Draw: Make sidebar Navigator update after slide rename
Change-Id: I438a06dfd0d19271853bc1efd8098195f6f37ef8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104988 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit 46ecd31445bda45e10d58e937ff468a1a8f17da2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104966 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviewsd.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviewsd.cxx b/sd/source/ui/view/drviewsd.cxx
index 2fe6691d64ee..8f6e627029d4 100644
--- a/sd/source/ui/view/drviewsd.cxx
+++ b/sd/source/ui/view/drviewsd.cxx
@@ -62,6 +62,9 @@ void DrawViewShell::ExecNavigatorWin( SfxRequest& rReq )
if( pNavWin )
pNavWin->InitTreeLB( GetDoc() );
}
+ SfxBindings& rBindings = GetViewFrame()->GetBindings();
+ rBindings.Invalidate(SID_NAVIGATOR_STATE, true);
+ rBindings.Invalidate(SID_NAVIGATOR_PAGENAME, true);
}
break;