diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index fe018f6f841a..b33f75417d39 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -274,7 +274,7 @@ public: // Copy selected boxes to another document. bool MakeCopy( SwDoc*, const SwPosition&, const SwSelBoxes&, bool bCpyNds = true, bool bCpyName = false ) const; - // Copy table in this (implemented in TBLRWCL.CXX). + // Copy table in this sal_Bool InsTable( const SwTable& rCpyTbl, const SwNodeIndex&, SwUndoTblCpyTbl* pUndo = 0 ); sal_Bool InsTable( const SwTable& rCpyTbl, const SwSelBoxes&, |