diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-02 21:57:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-02 22:07:55 +0900 |
commit | d221d4e5a7c8bcb019d75786c45de2c85bbadb7f (patch) | |
tree | 3a608d53e2916d577dfd0c12addfe7fc0692d3bf /chart2/source/view | |
parent | 2b6e9bd89a5f93e4352ef1cd0801310d9558343f (diff) |
removed unnecessary forward declarations of class
this also moved necessary ones to right headers
Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
Diffstat (limited to 'chart2/source/view')
-rw-r--r-- | chart2/source/view/axes/VAxisOrGridBase.hxx | 3 | ||||
-rw-r--r-- | chart2/source/view/charttypes/AreaChart.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/axes/VAxisOrGridBase.hxx b/chart2/source/view/axes/VAxisOrGridBase.hxx index fd70eefd6fb6..6827905fa487 100644 --- a/chart2/source/view/axes/VAxisOrGridBase.hxx +++ b/chart2/source/view/axes/VAxisOrGridBase.hxx @@ -34,9 +34,6 @@ namespace chart //............................................................................. //----------------------------------------------------------------------------- -/** -*/ -class ShapeFactory; class TickFactory; class VAxisOrGridBase : public PlotterBase diff --git a/chart2/source/view/charttypes/AreaChart.hxx b/chart2/source/view/charttypes/AreaChart.hxx index e370cb9142a5..cc8b9ae0012b 100644 --- a/chart2/source/view/charttypes/AreaChart.hxx +++ b/chart2/source/view/charttypes/AreaChart.hxx @@ -27,7 +27,6 @@ namespace chart { //............................................................................. -class AreaPositionHelper; class AreaChart : public VSeriesPlotter { |