summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VCartesianAxis.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-22 15:17:23 +0200
committerNoel Grandin <noel@peralex.com>2015-04-23 13:08:48 +0200
commit7ab8b08b6c8e7eb05e8ec8dde2afbe0940075f36 (patch)
tree4d00c315e2ebf6d8fe868dfc4f6b0a72c9c6ff8e /chart2/source/view/axes/VCartesianAxis.cxx
parent0a7b739cc33a56339a2bf0f8f0253f9402cabd35 (diff)
loplugin:staticmethods
Change-Id: Iab2f10b000ef41fb090e0034785d4ed0bda4cf43
Diffstat (limited to 'chart2/source/view/axes/VCartesianAxis.cxx')
-rw-r--r--chart2/source/view/axes/VCartesianAxis.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index 747a12044ecc..c8ae9e095be7 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -499,7 +499,7 @@ bool VCartesianAxis::isBreakOfLabelsAllowed(
}
bool VCartesianAxis::isAutoStaggeringOfLabelsAllowed(
- const AxisLabelProperties& rAxisLabelProperties, bool bIsHorizontalAxis, bool bIsVerticalAxis ) const
+ const AxisLabelProperties& rAxisLabelProperties, bool bIsHorizontalAxis, bool bIsVerticalAxis )
{
if( rAxisLabelProperties.eStaggering != STAGGER_AUTO )
return false;