From d221d4e5a7c8bcb019d75786c45de2c85bbadb7f Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 2 Jul 2012 21:57:55 +0900 Subject: removed unnecessary forward declarations of class this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf --- chart2/source/view/axes/VAxisOrGridBase.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'chart2/source/view/axes') 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 -- cgit