chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1bd2c6391f28b9d3bb94d1b8ef58cdedacf858ba Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 14 11:54:51 2022 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Thu Jun 16 12:56:14 2022 +0200 Fix typo in code Change-Id: Ic2c07abd89361aaef0f216ee71d0fa8ce8529233 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135924 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx index aaa00be91246..6f2855dc8b7a 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx @@ -43,7 +43,7 @@ class WrappedStockProperty : public WrappedProperty { public: explicit WrappedStockProperty( const OUString& rOuterName - , css::uno::Any aDefaulValue + , css::uno::Any aDefaultValue , std::shared_ptr<Chart2ModelContact> spChart2ModelContact ); void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const override;