sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a5658d3f8954997ea5b2eaaec5d0d6b9405a24f3 Author: Miklos Vajna <[email protected]> Date: Wed Jun 11 19:07:45 2014 +0200 CppunitTest_sw_ooxmlexport: port testTextBoxPictureFill to textboxes Change-Id: I304c7d7157c4167e7fe33af259e732865900d4ca diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 747e5b4..812216b 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -2243,7 +2243,7 @@ DECLARE_OOXMLEXPORT_TEST(testTextBoxPictureFill, "textbox_picturefill.docx") { uno::Reference<beans::XPropertySet> xFrame(getShape(1), uno::UNO_QUERY); CPPUNIT_ASSERT_EQUAL(drawing::FillStyle_BITMAP, getProperty<drawing::FillStyle>(xFrame, "FillStyle")); - CPPUNIT_ASSERT(!(getProperty<OUString>(xFrame,"BackGraphicURL")).isEmpty()); + CPPUNIT_ASSERT(!(getProperty<OUString>(xFrame,"FillBitmapURL")).isEmpty()); } DECLARE_OOXMLEXPORT_TEST(testFDO73034, "FDO73034.docx") _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
