summaryrefslogtreecommitdiff
path: root/sw/qa/uibase/shells/shells.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-08-04 16:28:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-08-04 21:07:26 +0200
commitf9c4fd0b981d7a0ebf76d3110955e16809dd6068 (patch)
tree83714abf30bb53f19d9f7a4c1ef1e7fa49070965 /sw/qa/uibase/shells/shells.cxx
parent5f5afe4cb08f4aa23c5f68630281098d5626ba61 (diff)
simplify IMark hierarchy (5)
merge into IFieldmark into Fieldmark Change-Id: Ide5c01fe49bae0be45746f6b581d72342da9c3a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171463 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/qa/uibase/shells/shells.cxx')
-rw-r--r--sw/qa/uibase/shells/shells.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uibase/shells/shells.cxx b/sw/qa/uibase/shells/shells.cxx
index 90c30f88038c..97341709e458 100644
--- a/sw/qa/uibase/shells/shells.cxx
+++ b/sw/qa/uibase/shells/shells.cxx
@@ -345,7 +345,7 @@ CPPUNIT_TEST_FIXTURE(SwUibaseShellsTest, testInsertTextFormField)
SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
SwCursor* pCursor = pWrtShell->GetCursor();
pCursor->SttEndDoc(/*bSttDoc=*/true);
- sw::mark::IFieldmark* pFieldmark
+ sw::mark::Fieldmark* pFieldmark
= pDoc->getIDocumentMarkAccess()->getFieldmarkAt(*pCursor->GetPoint());
CPPUNIT_ASSERT(pFieldmark);
// Without the accompanying fix in place, this test would have failed with: