diff options
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index a285846cd63a..f75ed2775890 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1206,8 +1206,7 @@ public: bool SplitTable( const SwSelBoxes& rBoxes, bool bVert, sal_uInt16 nCnt, bool bSameHeight = false ); - // @return enum TableMergeErr. - sal_uInt16 MergeTable( SwPaM& rPam ); + TableMergeErr MergeTable( SwPaM& rPam ); OUString GetUniqueTableName() const; bool IsInsTableFormatNum() const; bool IsInsTableChangeNumFormat() const; |