summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-07 16:21:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-07 23:08:59 +0200
commit255d7e562c729ed113336d635326cb84d98b8f4e (patch)
treedec852a77c8a5220ebcb4d4e82e4a36ba3ad618e /chart2
parent621580eda6361c5a9f949ad7a16691abf632e370 (diff)
Fix typos
Change-Id: Ic28a1cdc779af9438555acd3bf85312e5e244fe6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100336 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/VLineProperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/VLineProperties.hxx b/chart2/source/view/inc/VLineProperties.hxx
index 864e78316322..5fbf2e53d29f 100644
--- a/chart2/source/view/inc/VLineProperties.hxx
+++ b/chart2/source/view/inc/VLineProperties.hxx
@@ -35,7 +35,7 @@ struct VLineProperties
css::uno::Any Transparence;//type sal_Int16 for property UNO_NAME_LINETRANSPARENCE
css::uno::Any Width;//type sal_Int32 for property UNO_NAME_LINEWIDTH
css::uno::Any DashName;//type OUString for property "LineDashName"
- css::uno::Any LineCap; //type drawing::LineCap for propertey UNO_NAME_LINECAP
+ css::uno::Any LineCap; //type drawing::LineCap for property UNO_NAME_LINECAP
VLineProperties();
void initFromPropertySet( const css::uno::Reference< css::beans::XPropertySet >& xProp );