diff options
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index ccdf80e9bced..116677eaaf39 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -249,9 +249,9 @@ public: void PrepareDeleteCol( long nMin, long nMax ); bool InsertCol( SwDoc*, const SwSelBoxes& rBoxes, - sal_uInt16 nCnt, bool bBehind = true ); + sal_uInt16 nCnt, bool bBehind ); bool InsertRow( SwDoc*, const SwSelBoxes& rBoxes, - sal_uInt16 nCnt, bool bBehind = true ); + sal_uInt16 nCnt, bool bBehind ); void PrepareDelBoxes( const SwSelBoxes& rBoxes ); bool DeleteSel( SwDoc*, const SwSelBoxes& rBoxes, const SwSelBoxes* pMerged, SwUndo* pUndo, const bool bDelMakeFrames, const bool bCorrBorder ); |