diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-05-17 14:30:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-05-17 17:03:40 +0300 |
commit | d202754abf01bafe24b3805ef678a495c16eb5a5 (patch) | |
tree | a968efa3446f92ea8ffdbbf78f5521732f6368bf /sw/inc | |
parent | 5e0b52c1893ffe04a68333026afa7a557c48d534 (diff) |
WaE: 'Impl' defined as a struct here but previously declared as a class
Change-Id: Ie1ca2df3e4b60c69a3c7860fe39aca4a505feffb
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/tblafmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx index ae8399e90762..bb1eb3aec783 100644 --- a/sw/inc/tblafmt.hxx +++ b/sw/inc/tblafmt.hxx @@ -309,7 +309,7 @@ public: class SW_DLLPUBLIC SwTableAutoFmtTbl { - class Impl; + struct Impl; ::boost::scoped_ptr<Impl> m_pImpl; SW_DLLPRIVATE sal_Bool Load( SvStream& rStream ); |