diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-05 10:33:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 14:05:20 +0200 |
commit | 7d426e6fd681c6f0fb45a69f3ac7076817495135 (patch) | |
tree | 6af4c99b75b145f990e1dda4e4c3503ccfce80c6 /chart2 | |
parent | aa06ce15fdd68983001ef33d1931fbaf6b515282 (diff) |
loplugin:staticmethods
Change-Id: I97160fc51dc16ff92b06d44570298eeec637e132
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/PieChart.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/PieChart.hxx b/chart2/source/view/charttypes/PieChart.hxx index 901e2f1fcc07..f5d7d5325391 100644 --- a/chart2/source/view/charttypes/PieChart.hxx +++ b/chart2/source/view/charttypes/PieChart.hxx @@ -109,7 +109,7 @@ struct PieLabelInfo; , const ::com::sun::star::awt::Size& rPageSize ); bool performLabelBestFitInnerPlacement(ShapeParam& rShapeParam, PieLabelInfo& rPieLabelInfo); - bool performLabelBestFitOuterPlacement(ShapeParam& rShapeParam, PieLabelInfo& rPieLabelInfo); + static bool performLabelBestFitOuterPlacement(ShapeParam& rShapeParam, PieLabelInfo& rPieLabelInfo); void performLabelBestFit(ShapeParam& rShapeParam, PieLabelInfo& rPieLabelInfo); private: //member |