summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2022-11-03 02:53:34 -0800
committerJim Raykowski <raykowj@gmail.com>2022-11-03 20:09:37 +0100
commitbe2cd4bcc4e55b9fe6e5fcd6276511d37f3f8e4c (patch)
tree1de40c5fa9e7bf7436b639f2a31fb88dc431a81c /sw/source/uibase/inc
parentdc9ebcbfd28b417189c94ad6d7492928e2cfd43e (diff)
tdf#142446 Improve show outline content to level
by reworking the MakeOutlineLevelsVisible function Change-Id: I0a102420475ed97e35b8f92315eaa4cca2958599 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142226 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/wrtsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx
index ebc255d3b05e..61f4570a71ab 100644
--- a/sw/source/uibase/inc/wrtsh.hxx
+++ b/sw/source/uibase/inc/wrtsh.hxx
@@ -501,7 +501,7 @@ typedef bool (SwWrtShell::*FNSimpleMove)();
void InsertPostIt(SwFieldMgr& rFieldMgr, const SfxRequest& rReq);
bool IsOutlineContentVisible(const size_t nPos);
- void MakeOutlineContentVisible(const size_t nPos, bool bMakeVisible = true);
+ void MakeOutlineContentVisible(const size_t nPos, bool bMakeVisible = true, bool bSetAttrOutlineVisibility = true);
void MakeAllFoldedOutlineContentVisible(bool bMakeVisible = true);
void InvalidateOutlineContentVisibility();
bool GetAttrOutlineContentVisible(const size_t nPos);