diff options
Diffstat (limited to 'sw')
-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 ); |