diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-22 10:25:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-04 12:30:36 -0500 |
commit | c95a355b0571329747095b23747405252c232c8b (patch) | |
tree | f47e88f9cf89faf410b1bec02ac03cd6ddb3cff6 /chart2 | |
parent | ca524acaa6c961c5e4c4b4b2aa627f028eb6154b (diff) |
These methods can be private rather than protected.
Change-Id: I56f1296f5a2df67ae9386ae9f30761aee0fde7f3
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/axes/VCartesianAxis.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.hxx b/chart2/source/view/axes/VCartesianAxis.hxx index 8abe4ebfe0a7..3b9886daab65 100644 --- a/chart2/source/view/axes/VCartesianAxis.hxx +++ b/chart2/source/view/axes/VCartesianAxis.hxx @@ -100,7 +100,7 @@ public: ::basegfx::B2DVector aScreenPos; }; -protected: //methods +private: //methods /** * Go through all tick label positions and decide which labels to display * based on the text shape geometry, overlap setting, tick interval, |