diff options
author | Jim Raykowski <raykowj@gmail.com> | 2023-11-28 10:49:31 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2023-11-29 07:03:54 +0100 |
commit | 8f2c10f051c4d3e587b859210e9430ada7876a7a (patch) | |
tree | 134cce6c06ddab4438de6e62a59abb041984f7d6 /sw | |
parent | 1f2d30093c12de22a04bc16969e027446ded5205 (diff) |
SwNavigator: Allow Sections, Indexes, and Headings tracking
when in a table and Table tracking is off
Change-Id: I0f5d069b80948aada9fee1338c29fc7809ffbe45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160056
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index ff354273ff82..352a6daa9bba 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -4226,8 +4226,8 @@ void SwContentTree::UpdateTracking() OUString aName = m_pActiveShell->GetTableFormat()->GetName(); lcl_SelectByContentTypeAndName(this, *m_xTreeView, SwResId(STR_CONTENT_TYPE_TABLE), aName); + return; } - return; } // indexes if (const SwTOXBase* pTOX = m_pActiveShell->GetCurTOX(); pTOX && |