summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2022-04-13 18:15:11 -0800
committerJim Raykowski <raykowj@gmail.com>2022-04-14 18:44:14 +0200
commit78b723c3a1fad1c095de1e5c746aef513556a53b (patch)
tree41f078b685eba6931a99aa8f173fcedde0bde328 /sw/source/uibase
parent36b7288a0ce9588b958e0b3a68613e9ee11cf17c (diff)
tdf#52113, tdf#148312 Don't include table of contents hyperlinks
in the Navigator content tree Hyperlinks entries Change-Id: I8d4499ecd6d9f617192560b31d7f87f7f26269f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132988 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/utlui/content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index 719b2016e1b7..c614ee4d7c7d 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -714,7 +714,7 @@ void SwContentType::FillMemberList(bool* pbContentChanged)
case ContentTypeId::URLFIELD:
{
SwGetINetAttrs aArr;
- m_pWrtShell->GetINetAttrs(aArr);
+ m_pWrtShell->GetINetAttrs(aArr, false);
if (m_bAlphabeticSort)
{