diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-16 20:43:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-16 20:45:51 +0200 |
commit | ec4977278ba3d153f0913c72450e72a6ed21d593 (patch) | |
tree | 06920c45103dbb42b02bfeb16456fcb2404db7b9 /sw | |
parent | 494042ef5b104a4b4fd1cf7b4a861df9ba6771a8 (diff) |
Get rid of a few pointless comments
No need to refer to some source files in a few random places in
headers, using ancient UPPER-CASE file names even.
Change-Id: Ia0827be34046f25fd769466c41dab017b4935a37
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&, |