[Libreoffice-commits] core.git: sd/qa

Tamás Zolnai tamas.zolnai at collabora.com
Mon Feb 6 12:21:28 UTC 2017


 sd/qa/unit/export-tests-ooxml2.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fedf4e5db7d9f755fa356e986ec0f0b8bf3bef57
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Mon Feb 6 12:58:01 2017 +0100

    Fix copy paste error
    
    Change-Id: I88af4618dfbeab920163117c2da9e51fcf694d84

diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx
index 0c098dc..e213086 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -773,7 +773,6 @@ void SdOOXMLExportTest2::testTdf105739()
     {
         uno::Reference< beans::XPropertySet > aXBackgroundPropSet;
         aAny >>= aXBackgroundPropSet;
-        aAny = aXBackgroundPropSet->getPropertyValue("FillBitmapName");
 
         // Test fill type
         drawing::FillStyle aFillStyle(drawing::FillStyle_NONE);


More information about the Libreoffice-commits mailing list