diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-23 00:42:24 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-23 02:48:29 +0900 |
commit | cdea32dd8a03fe5375eaef785461170cdee10622 (patch) | |
tree | d1c7a0814fe6b437dac1069259ab3417503bd001 /sc/inc/detfunc.hxx | |
parent | dbd9db69bb2ca982d76c09f8cb9561b42c9138b8 (diff) |
removed unused forward declarations of class
except moving ScPostIt into source/filter/inc/xeescher.hxx
Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff
Diffstat (limited to 'sc/inc/detfunc.hxx')
-rw-r--r-- | sc/inc/detfunc.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx index 520c91016345..128d27117381 100644 --- a/sc/inc/detfunc.hxx +++ b/sc/inc/detfunc.hxx @@ -38,16 +38,11 @@ #include <vector> class SdrObject; -class SdrPage; -class String; -class ScPostIt; -class ScCommentData; class ScDetectiveData; class ScDocument; class ScAddress; class ScRange; -class ScRangeList; #define SC_DET_MAXCIRCLE 1000 |