From 2afb1638f202c71120fede40f7602d039eecf98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 6 Jun 2008 08:11:28 +0000 Subject: [PATCH] INTEGRATION: CWS chart25 (1.6.10); FILE MERGED 2008/04/25 14:44:15 iha 1.6.10.1: #i88742# make default lines a bit stronger for line charts --- chart2/source/inc/DataSeriesHelper.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chart2/source/inc/DataSeriesHelper.hxx b/chart2/source/inc/DataSeriesHelper.hxx index ef3da468fbfe..ae023328fb37 100644 --- a/chart2/source/inc/DataSeriesHelper.hxx +++ b/chart2/source/inc/DataSeriesHelper.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DataSeriesHelper.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -162,6 +162,9 @@ void switchLinesOnOrOff( ::com::sun::star::beans::XPropertySet > & xSeriesProperties, bool bLinesOn ); +void makeLinesThickOrThin( const ::com::sun::star::uno::Reference< + ::com::sun::star::beans::XPropertySet > & xSeriesProperties, bool bThick ); + void setPropertyAlsoToAllAttributedDataPoints( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries >& xSeries,