[Libreoffice-commits] .: sw/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Thu May 17 07:03:49 PDT 2012
sw/inc/tblafmt.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d202754abf01bafe24b3805ef678a495c16eb5a5
Author: Tor Lillqvist <tml at iki.fi>
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 );
More information about the Libreoffice-commits
mailing list