summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/axes/VAxisProperties.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-10-22 10:51:44 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-04 12:30:36 -0500
commit519634b357a63bc1ff5c559244d9c7313f1b4c04 (patch)
treee2bb87f8640d020602621852c5f56189b591ad1e /chart2/source/view/axes/VAxisProperties.cxx
parentThese methods can be private rather than protected. (diff)
downloadcore-519634b357a63bc1ff5c559244d9c7313f1b4c04.tar.gz
core-519634b357a63bc1ff5c559244d9c7313f1b4c04.zip
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
Diffstat (limited to 'chart2/source/view/axes/VAxisProperties.cxx')
-rw-r--r--chart2/source/view/axes/VAxisProperties.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}