summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
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 );