summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-27 21:01:55 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:21 +0100
commit7fa4e2fa0331d36b09e10d12705e09048c259a83 (patch)
tree2571dc886d43b17cd5611493cc56dd6f8ab1db6b /chart2
parent555a9a424d8271fbde91c59432791d0ecd678913 (diff)
enable that code again
Change-Id: I4314c7062195f0593c34b6a11ba2b3ae81811ff8
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 0442e7584d13..55c69e1f05c0 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -214,10 +214,9 @@ void DummyXShape::setParent( const uno::Reference< uno::XInterface >& xParent )
namespace {
-void setProperties( uno::Reference< beans::XPropertySet > , const tPropertyNameMap& ,
- std::map<OUString, uno::Any>& )
+void setProperties( uno::Reference< beans::XPropertySet > xPropSet, const tPropertyNameMap& rPropertyNameMap,
+ std::map<OUString, uno::Any>& rTargetMap)
{
-/*
tNameSequence aNames;
tAnySequence aValues;
PropertyMapper::getMultiPropertyLists( aNames, aValues,
@@ -228,7 +227,6 @@ void setProperties( uno::Reference< beans::XPropertySet > , const tPropertyNameM
{
rTargetMap[aNames[i]] = aValues[i];
}
-*/
}
}