summaryrefslogtreecommitdiffstats
path: root/sw/inc/tblafmt.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-05-17 14:30:47 +0300
committerTor Lillqvist <tml@iki.fi>2012-05-17 17:03:40 +0300
commitd202754abf01bafe24b3805ef678a495c16eb5a5 (patch)
treea968efa3446f92ea8ffdbbf78f5521732f6368bf /sw/inc/tblafmt.hxx
parentsome more ConstAsciiString behind OSL_ENSURE (diff)
downloadcore-d202754abf01bafe24b3805ef678a495c16eb5a5.tar.gz
core-d202754abf01bafe24b3805ef678a495c16eb5a5.zip
WaE: 'Impl' defined as a struct here but previously declared as a class
Change-Id: Ie1ca2df3e4b60c69a3c7860fe39aca4a505feffb
Diffstat (limited to 'sw/inc/tblafmt.hxx')
-rw-r--r--sw/inc/tblafmt.hxx2
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 );