sw/source/uibase/utlui/content.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3a9877b74e1730424a41319a03f5b56a6102a76b Author: Jim Raykowski <[email protected]> Date: Thu Dec 28 08:46:00 2017 -0900 tdf#114724 fix headings outline tracking highlight in Navigator Change-Id: I7fac3c4a0f2d81c4decf59f707d1cb4d764e3e41 Reviewed-on: https://gerrit.libreoffice.org/47152 Tested-by: Jenkins <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index c28a8b9254cc..6f1e71e5b0c6 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -2082,6 +2082,7 @@ bool SwContentTree::HasContentChanged() const SwOutlineNodes::size_type nActPos = GetWrtShell()->GetOutlinePos(MAXLEVEL); SvTreeListEntry* pFirstEntry = First(); + SelectAll(false); while( nullptr != (pFirstEntry = Next(pFirstEntry)) ) { assert(dynamic_cast<SwOutlineContent*>(static_cast<SwTypeNumber*>(pFirstEntry->GetUserData()))); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
