diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-02-01 15:06:36 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-02-01 16:52:10 +0100 |
commit | c5a2d17d8daa3867399b217c279c52b17dab8d4e (patch) | |
tree | e570d29bc47a762bff0e5e77d0ba9a8d26938b59 /sw | |
parent | 0b397d8ef0a2615e8e6202804ca2f6cb58436fa5 (diff) |
fix build
After de5aa409353c839483df21d47254fd2a508ab7d9
< tdf#144851 Honor Selection When Applying Title Case Format >
+1 from Jenkins was from Nov 11, 2021
Change-Id: Idb16d9ca0fd72d84d77d0542a07d11dac830a734
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129291
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx index e85ee5c5714f..18abb76f1e43 100644 --- a/sw/qa/extras/uiwriter/uiwriter3.cxx +++ b/sw/qa/extras/uiwriter/uiwriter3.cxx @@ -2077,7 +2077,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf140731) Scheduler::ProcessEventsToIdle(); SwEditShell* const pEditShell(pDoc->GetEditShell()); - CPPUNIT_ASSERT_EQUAL(static_cast<SwRedlineTable::size_type>(118), + CPPUNIT_ASSERT_EQUAL(static_cast<SwRedlineTable::size_type>(120), pEditShell->GetRedlineCount()); //Removing all the redlines. |