From 35d062f7879d5414334643cb90bff411726b2168 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 2 Mar 2018 10:39:33 +0100 Subject: tdf#116163: Limit label height in chart if needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia84fd0c3b76886bc6124dc3b59035465aa31b020 Reviewed-on: https://gerrit.libreoffice.org/50700 Tested-by: Jenkins Reviewed-by: Szymon Kłos --- chart2/source/view/axes/VCartesianCoordinateSystem.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chart2/source/view/axes/VCartesianCoordinateSystem.hxx') diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx index c61768f5ee5c..e959dbc5d5ef 100644 --- a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx +++ b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx @@ -34,7 +34,8 @@ public: virtual void createVAxisList( const css::uno::Reference< css::chart2::XChartDocument> &ChartDoc , const css::awt::Size& rFontReferenceSize - , const css::awt::Rectangle& rMaximumSpaceForLabels ) override; + , const css::awt::Rectangle& rMaximumSpaceForLabels + , bool bLimitSpaceForLabels ) override; virtual void initVAxisInList() override; virtual void updateScalesAndIncrementsOnAxes() override; -- cgit