summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-09-14 18:06:12 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-09-19 10:18:33 +0200
commitede29e57cd14946c8668ca7d2b84dbc3afa90fd5 (patch)
treecbde5be30ce82bc9f7bd5599a738d377dd64251d /sw/inc
parent9bda4a67565817f0a26f48c4a4b9723894a385f5 (diff)
sw_redlinehide_2: hide redlines in ascii filter too
It's called from SwEditShell::GetSelectedText() :-/ Change-Id: Ie26c7abd1bc0714bb4c1d49eecb7c869d947c276
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 0c81a7fd28c4..219975ff7e86 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -410,6 +410,7 @@ public:
bool m_bBlock : 1;
bool m_bOrganizerMode : 1;
+ bool m_bHideDeleteRedlines : 1;
Writer();
virtual ~Writer() override;