summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-06-14 11:54:51 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2022-06-16 12:56:14 +0200
commit1bd2c6391f28b9d3bb94d1b8ef58cdedacf858ba (patch)
treee93124a74cfae3d20ba5564d232ed94197fd8b14
parentc7f971c23b908335ab5cfb3117bb4d6fe544a664 (diff)
Fix typo in code
Change-Id: Ic2c07abd89361aaef0f216ee71d0fa8ce8529233 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135924 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx2
1 files changed, 1 insertions, 1 deletions
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;