diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-24 00:11:54 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-24 00:29:15 +0900 |
commit | 4286f4444cc20865c8e733d797c029ef33b2f446 (patch) | |
tree | 54f224c0fc4aefc52b97e90ad58e733d1f5ae53c /sc/source/ui/vba/vbarange.hxx | |
parent | 833bc9014505d20f25186e7dcf583d34fc9f114e (diff) |
rearranged forward declarations of class
so that they locate where their classes appear if needed,
otherwise removed
Change-Id: I457542ec4c31f9a4b56a562f588b7c190c18776c
Diffstat (limited to 'sc/source/ui/vba/vbarange.hxx')
-rw-r--r-- | sc/source/ui/vba/vbarange.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx index a76136ff7496..b395445bf459 100644 --- a/sc/source/ui/vba/vbarange.hxx +++ b/sc/source/ui/vba/vbarange.hxx @@ -57,10 +57,8 @@ #include "vbaformat.hxx" #include <formula/grammar.hxx> -class ScTableSheetsObj; class ScCellRangesBase; class ScCellRangeObj; -class ScCellRangesObj; class ScDocShell; class ScDocument; class ScRangeList; |