summaryrefslogtreecommitdiff
path: root/sw/qa/extras/uiwriter
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-07-26 17:06:00 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-07-27 08:43:58 +0200
commit7c5ae132faf03d451d6a041d822b97b9a1c04d9a (patch)
treeb60bb9798f9dd01b3bb5a9ccde13da9ed001d7fa /sw/qa/extras/uiwriter
parentb147debad0cb980317c6915382a12f8dfcef6dfb (diff)
sw: use calcLayout() everywhere
Change-Id: Ie03a3f13808456c831db10f2203fbfb84a50b999 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171076 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/extras/uiwriter')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx
index 7d7afac16253..1ed402c2e02d 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -307,7 +307,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testRedlineSplitContentNode)
sw::UndoManager& rUndoManager = pDoc->GetUndoManager();
- pWrtShell->CalcLayout();
+ calcLayout();
pWrtShell->Right(SwCursorSkipMode::Chars, /*bSelect=*/false, 18, /*bBasicCall=*/false);
pWrtShell->SplitNode(true);
rUndoManager.Undo();