From 519634b357a63bc1ff5c559244d9c7313f1b4c04 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 22 Oct 2014 10:51:44 -0400 Subject: Create a variant of createTextShapes for simpler use cases. So that we can do more aggressive optimization without breaking the other cases. Change-Id: I5d4ceb2a3b7f041f752a570827815236e9de58db --- chart2/source/view/axes/VAxisProperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/view/axes/VAxisProperties.cxx') diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx index 9b449d5a96d4..3b5502f464e8 100644 --- a/chart2/source/view/axes/VAxisProperties.cxx +++ b/chart2/source/view/axes/VAxisProperties.cxx @@ -407,7 +407,7 @@ void AxisLabelProperties::init( const uno::Reference< XAxis >& xAxisModel ) } } -bool AxisLabelProperties::getIsStaggered() const +bool AxisLabelProperties::isStaggered() const { return ( STAGGER_ODD == eStaggering || STAGGER_EVEN == eStaggering ); } -- cgit