diff options
Diffstat (limited to 'sw/qa/uibase/shells/shells.cxx')
-rw-r--r-- | sw/qa/uibase/shells/shells.cxx | 2 |
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: |