summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/VLineProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/VLineProperties.hxx')
-rw-r--r--chart2/source/view/inc/VLineProperties.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/chart2/source/view/inc/VLineProperties.hxx b/chart2/source/view/inc/VLineProperties.hxx
index 259bba3d932b..aa1c88ce74f2 100644
--- a/chart2/source/view/inc/VLineProperties.hxx
+++ b/chart2/source/view/inc/VLineProperties.hxx
@@ -22,22 +22,24 @@
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Reference.h>
-namespace com::sun::star::beans { class XPropertySet; }
+namespace com::sun::star::beans
+{
+class XPropertySet;
+}
namespace chart
{
-
struct VLineProperties
{
css::uno::Any Color; //type sal_Int32 UNO_NAME_LINECOLOR
css::uno::Any LineStyle; //type drawing::LineStyle for property UNO_NAME_LINESTYLE
- 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 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 property UNO_NAME_LINECAP
VLineProperties();
- void initFromPropertySet( const css::uno::Reference< css::beans::XPropertySet >& xProp );
+ void initFromPropertySet(const css::uno::Reference<css::beans::XPropertySet>& xProp);
bool isLineVisible() const;
};