summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-25 15:39:10 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-25 16:45:25 +0300
commitbfc64dc4dab7d9dc5210465851990d2e07b78b6c (patch)
tree70b7e0d220f4142645fa8d7c9ee464eb42f13e05 /sw
parentc262099220086a41499865761040d085213ae10f (diff)
WaE: defined as a struct here but previously declared as a class
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/tblrwcl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/tblrwcl.hxx b/sw/source/core/inc/tblrwcl.hxx
index 34b18d257526..4a279d8ed2aa 100644
--- a/sw/source/core/inc/tblrwcl.hxx
+++ b/sw/source/core/inc/tblrwcl.hxx
@@ -47,8 +47,8 @@ class SwCntntNode;
class SfxPoolItem;
class SwShareBoxFmts;
class SwFmtFrmSize;
-class _CpyPara;
-class _InsULPara;
+struct _CpyPara;
+struct _InsULPara;
sal_Bool lcl_BoxSetHeadCondColl( const SwTableBox*& rpBox, void* pPara );
sal_Bool lcl_LineSetHeadCondColl( const SwTableLine*& rpLine, void* pPara );