summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-02-06 12:58:01 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-02-06 13:15:52 +0100
commitfedf4e5db7d9f755fa356e986ec0f0b8bf3bef57 (patch)
tree1631debcdd37a69381b15ede7d8a47469d693278 /sd/qa
parent3f19e2763803898a8ea9e788c300378a447507e6 (diff)
Fix copy paste error
Change-Id: I88af4618dfbeab920163117c2da9e51fcf694d84
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/export-tests-ooxml2.cxx1
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);