diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-23 17:27:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-23 17:30:13 +0200 |
commit | f22a30dbb2929f09117aa0f768076df9b350630c (patch) | |
tree | 45696a5748692a1190081fc807b6d0e99a8450d1 | |
parent | 11e881a63821ea209bda509d1e502d9ba270782d (diff) |
WaE: 'WW8_BRC' defined as a struct here but previously declared as a class
Change-Id: I342f92120ea5a8c2cea4abd80651c828f387cdd4
-rw-r--r-- | sw/source/filter/ww8/ww8struc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8struc.hxx b/sw/source/filter/ww8/ww8struc.hxx index 2fe7c578e229..b13b6c6a3deb 100644 --- a/sw/source/filter/ww8/ww8struc.hxx +++ b/sw/source/filter/ww8/ww8struc.hxx @@ -260,7 +260,7 @@ struct WW8_BRCVer6 // BoRder Code (WW6 version) aBits1[1] = (_ico >> 2) | (_dxpSpace << 3); } // Convert BRC from WW8 to WW6 format - WW8_BRCVer6(const class WW8_BRC& brcVer8); + WW8_BRCVer6(const struct WW8_BRC& brcVer8); }; struct WW8_BRC // BoRder Code (WW8 version) |