diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:16:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:27 +0200 |
commit | 69a70bf0285e8dfdbba10694fe56bbc80f0fdae0 (patch) | |
tree | 9922416555224e00afd9dc1201323ef8c4433227 /sw | |
parent | 34569eb28fcddb52a96c153e02a4196370b26908 (diff) |
Remove forwards of non-existing structs
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/frmtool.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/inc/viewimp.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx index 3444a1771316..2ae79717df15 100644 --- a/sw/source/core/inc/frmtool.hxx +++ b/sw/source/core/inc/frmtool.hxx @@ -49,7 +49,6 @@ class SdrMarkList; class SwNodeIndex; class OutputDevice; class SwPageDesc; -struct SwFindRowSpanCacheObj; #define FAR_AWAY LONG_MAX - 20000 // initial position of a Fly #define BROWSE_HEIGHT 56700L * 10L // 10 Meters diff --git a/sw/source/core/inc/viewimp.hxx b/sw/source/core/inc/viewimp.hxx index aefc22d8c0d0..947a6473e09b 100644 --- a/sw/source/core/inc/viewimp.hxx +++ b/sw/source/core/inc/viewimp.hxx @@ -51,7 +51,6 @@ class SwDrawView; class SdrPageView; class SwPageFrm; class SwRegionRects; -struct SdrPaintProcRec; class SwAccessibleMap; class SdrObject; class Fraction; |