diff options
author | Jim Raykowski <raykowj@gmail.com> | 2022-02-23 21:07:12 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2022-03-17 01:42:25 +0100 |
commit | 94016b435404f19d84ed636c5b3fd1ab0c02e020 (patch) | |
tree | 67b7c87fff8a4db31e07ef7607408b797b2a88eb /sw/source/uibase/docvw | |
parent | f7aeeb2e1a9b90b538a3715c5b73abe52ce7ee68 (diff) |
Notify Navigator when outline content visibility changes
Change-Id: I1db018216eb37517192f87c5c22cd0b9e6319687
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130472
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/source/uibase/docvw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 8b53ebca4d3e..feaacb1bdfea 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -6689,6 +6689,7 @@ void SwEditWin::ToggleOutlineContentVisibility(const size_t nOutlinePos, const b rSh.InvalidateOutlineContentVisibility(); rSh.GotoOutline(nOutlinePos); + GetView().GetDocShell()->Broadcast(SfxHint(SfxHintId::DocChanged)); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |