sw/inc/tblafmt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d202754abf01bafe24b3805ef678a495c16eb5a5 Author: Tor Lillqvist <[email protected]> Date: Thu May 17 14:30:47 2012 +0300 WaE: 'Impl' defined as a struct here but previously declared as a class Change-Id: Ie1ca2df3e4b60c69a3c7860fe39aca4a505feffb diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx index ae8399e..bb1eb3a 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
