diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-16 16:39:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-16 16:40:56 +0300 |
commit | c5b37ef139517e7147479aa4ab10c293ff0462e8 (patch) | |
tree | 619ad282446b48bda5559b43e4c6411c02497476 /sw | |
parent | 8b518739e41ead554630777d7cb7bdfcc23f434c (diff) |
WaE: struct/class inconsistency
Drop a couple of unnecessary forward declarations for classes defined in files
included earlier from the same file.
Change-Id: I9a0a24f88990447d7eafe0438f3713e58f649cf9
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx index 677a0cf20673..fc0734a5cd64 100644 --- a/sw/source/filter/ww8/ww8par.hxx +++ b/sw/source/filter/ww8/ww8par.hxx @@ -72,9 +72,7 @@ class WW8PLCFMan; struct WW8PLCFManResult; class WW8RStyle; class WW8PLCF_HdFt; -class WW8Dop; class WW8ScannerBase; -struct WW8FieldDesc; struct WW8FlyPara; struct WW8SwFlyPara; struct WW8_PIC; |