summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-11-30 17:54:41 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-12-18 17:55:30 +0100
commit32902f66e7749b2d06d13f50416be5323a0c0ea9 (patch)
tree901ab6577d25102c0a855d2a63964dfef67b34c4 /sw/qa
parentb310378e874bc8fa7005352fcd85fa64eb075f54 (diff)
sw_redlinehide: make layout based Show/Hide mode the default
remove ExperimentalMode checks Change-Id: Ie098eda0840bbd3231696cae43cc572ad61379fc
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 6563636a7a22..269e6b92d088 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1534,8 +1534,11 @@ void SwUiWriterTest::testTdf83260()
SwAutoCorrect corr(*SvxAutoCorrCfg::Get().GetAutoCorrect());
// enabled but not shown
+ CPPUNIT_ASSERT(pWrtShell->GetLayout()->IsHideRedlines());
+#if 0
CPPUNIT_ASSERT(IDocumentRedlineAccess::IsHideChanges(
pDoc->getIDocumentRedlineAccess().GetRedlineFlags()));
+#endif
CPPUNIT_ASSERT(IDocumentRedlineAccess::IsRedlineOn(
pDoc->getIDocumentRedlineAccess().GetRedlineFlags()));
CPPUNIT_ASSERT(!pDoc->getIDocumentRedlineAccess().GetRedlineTable().empty());