summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-11-15 08:24:03 +0000
committerFrank Meies <fme@openoffice.org>2002-11-15 08:24:03 +0000
commiteb8b5eb5ae5a6649cad18d4870ce228f4d8a23d6 (patch)
treea48dc4f32b93735cbe70048205aea9103ee40392 /sw/inc/swtable.hxx
parentfed7bb5c42b42bc2144f077e3975a9558ef330dc (diff)
#103485# SplitRows with equal height
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 92194d6a2c95..a64e8a1c229a 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swtable.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-10-18 15:32:45 $
+ * last change: $Author: fme $ $Date: 2002-11-15 09:23:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -188,7 +188,8 @@ public:
BOOL DeleteSel( SwDoc*, const SwSelBoxes& rBoxes, SwUndo* pUndo = 0,
const BOOL bDelMakeFrms = TRUE,
const BOOL bCorrBorder = TRUE );
- BOOL SplitRow( SwDoc* pDoc, const SwSelBoxes& rBoxes, USHORT nCnt=1 );
+ BOOL SplitRow( SwDoc* pDoc, const SwSelBoxes& rBoxes, USHORT nCnt=1,
+ BOOL bSameHeight = FALSE );
BOOL SplitCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, USHORT nCnt=1 );
BOOL Merge( SwDoc* pDoc, const SwSelBoxes& rBoxes,
SwTableBox* pMergeBox, SwUndoTblMerge* = 0 );