chart2/source/view/main/DummyXShape.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 613c085aebe2c71a9bb77a35a0b57e5219cded24 Author: Markus Mohrhard <[email protected]> Date: Fri Dec 27 21:04:50 2013 +0100 test compiling makes some sense merge with previous patch in final branch Change-Id: I182b15e3144c68905eb8499fdcbedff583d56709 diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx index 470d6c9..972f02f 100644 --- a/chart2/source/view/main/DummyXShape.cxx +++ b/chart2/source/view/main/DummyXShape.cxx @@ -220,8 +220,8 @@ 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
