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/controller/main/UndoActions.hxx | |
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/controller/main/UndoActions.hxx')
-rw-r--r-- | chart2/source/controller/main/UndoActions.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/controller/main/UndoActions.hxx b/chart2/source/controller/main/UndoActions.hxx index e57a379429f6..cda2b656b1e5 100644 --- a/chart2/source/controller/main/UndoActions.hxx +++ b/chart2/source/controller/main/UndoActions.hxx @@ -38,13 +38,6 @@ class SdrUndoAction; -namespace com { namespace sun { namespace star { -namespace chart2 { - class XInternalDataProvider; -} -}}} - - namespace chart { class ChartModelClone; |