diff options
-rw-r--r-- | sw/qa/extras/layout/layout2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx index 023c9b6aa61a..aff883cff4b8 100644 --- a/sw/qa/extras/layout/layout2.cxx +++ b/sw/qa/extras/layout/layout2.cxx @@ -2769,7 +2769,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf137185) auto pModel = pDoc->getIDocumentDrawModelAccess().GetDrawModel(); CPPUNIT_ASSERT(pModel); auto pPage = pModel->GetPage(0); - CPPUNIT_ASSERT(pModel); + CPPUNIT_ASSERT(pPage); auto pObj = pPage->GetObj(0); CPPUNIT_ASSERT(pObj); |