diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-11 19:07:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-11 19:15:09 +0200 |
commit | a5658d3f8954997ea5b2eaaec5d0d6b9405a24f3 (patch) | |
tree | e8ef9633b4b7e371d137ffbe7f947c30a803d993 /sw/qa | |
parent | 90b418b759433042f9c0e6647ddef96579640ab6 (diff) |
CppunitTest_sw_ooxmlexport: port testTextBoxPictureFill to textboxes
Change-Id: I304c7d7157c4167e7fe33af259e732865900d4ca
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 747e5b49af58..812216bf8bc0 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") |