diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-08-04 16:28:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-08-04 21:07:26 +0200 |
commit | f9c4fd0b981d7a0ebf76d3110955e16809dd6068 (patch) | |
tree | 83714abf30bb53f19d9f7a4c1ef1e7fa49070965 /sw/qa/core/uwriter.cxx | |
parent | 5f5afe4cb08f4aa23c5f68630281098d5626ba61 (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/core/uwriter.cxx')
-rw-r--r-- | sw/qa/core/uwriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx index d1549a8ae966..8206934d9011 100644 --- a/sw/qa/core/uwriter.cxx +++ b/sw/qa/core/uwriter.cxx @@ -347,7 +347,7 @@ static SwTextNode* getModelToViewTestDocument2(SwDoc *pDoc) pDoc->getIDocumentContentOperations().AppendTextNode(*aPaM.GetPoint()); pDoc->getIDocumentContentOperations().InsertString(aPaM, u"AAAAA"_ustr); IDocumentMarkAccess* pMarksAccess = pDoc->getIDocumentMarkAccess(); - sw::mark::IFieldmark *pFieldmark = + sw::mark::Fieldmark *pFieldmark = pMarksAccess->makeNoTextFieldBookmark(aPaM, u"test"_ustr, ODF_FORMDROPDOWN); CPPUNIT_ASSERT(pFieldmark); uno::Sequence< OUString > vListEntries { u"BBBBB"_ustr }; |