diff options
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 9b8a6d4304e3..3932c5af033b 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -638,8 +638,7 @@ public: bool DeleteTableSel(); ///< Current selection, may be whole table. - sal_uInt16 MergeTab(); /**< Merge selected parts of table. - @return error via enum. */ + TableMergeErr MergeTab(); /**< Merge selected parts of table */ /// Split cell vertically or horizontally. bool SplitTab( bool bVert, sal_uInt16 nCnt, bool bSameHeight = false ); |