diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-02-06 12:58:01 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-02-06 13:15:52 +0100 |
commit | fedf4e5db7d9f755fa356e986ec0f0b8bf3bef57 (patch) | |
tree | 1631debcdd37a69381b15ede7d8a47469d693278 /sd/qa/unit | |
parent | 3f19e2763803898a8ea9e788c300378a447507e6 (diff) |
Fix copy paste error
Change-Id: I88af4618dfbeab920163117c2da9e51fcf694d84
Diffstat (limited to 'sd/qa/unit')
-rw-r--r-- | sd/qa/unit/export-tests-ooxml2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx index 0c098dceae99..e2130861e515 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); |