diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-21 11:56:30 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-21 22:13:23 +0100 |
commit | 80cedb5dcb6a7dd6c01349b93fab49ecee5f6594 (patch) | |
tree | 86f8532d5b3cde18e70d1cd814a842c5a93953e9 /sw/source/uibase/inc | |
parent | 3103f9f9461f6eabb61a70be73862ef4be98010e (diff) |
sw_redlinehide: adapt ToX Update
The ToX exists only once in the model, so it either has to have the
content corresponding to redlines being shown, or hidden.
Adapt Update based on current layout setting.
Change-Id: Ibf5ec092632cf3a5f513965afdb840fd8239a7fd
Reviewed-on: https://gerrit.libreoffice.org/65527
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/toxmgr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/toxmgr.hxx b/sw/source/uibase/inc/toxmgr.hxx index 6f0ccc290721..12cad3c88fe8 100644 --- a/sw/source/uibase/inc/toxmgr.hxx +++ b/sw/source/uibase/inc/toxmgr.hxx @@ -256,6 +256,7 @@ public: bool UpdateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase, const SfxItemSet* pSet); const SwTOXType* GetTOXType(TOXTypes eTyp) const; + SwWrtShell * GetShell() { return pSh; } }; // inlines |