summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-03 12:42:32 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-03 12:42:32 +0000
commite172f75149b488533414a955fda04819e246b65d (patch)
tree20aaf86f5b7d2dcc6deb310b484662c89109adb4 /sw/inc/ndarr.hxx
parentdbf874e2b76c08ae0dcc18e0ecb9133ee285103e (diff)
INTEGRATION: CWS gt03 (1.5.22); FILE MERGED
2004/04/16 08:12:26 fme 1.5.22.1: #26165# Feature - Multiple headline rows in tables
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 529be56373e8..6558334e1778 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndarr.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 09:37:26 $
+ * last change: $Author: rt $ $Date: 2004-05-03 13:42:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -303,8 +303,10 @@ public:
*/
SwTableNode* InsertTable( const SwNodeIndex& rNdIdx,
USHORT nBoxes, SwTxtFmtColl* pCntntTxtColl,
- USHORT nLines=0, SwTxtFmtColl* pHeadlineTxtColl=0,
- const SwAttrSet * pAttrSet = 0);
+ USHORT nLines = 0, USHORT nRepeat = 0,
+ SwTxtFmtColl* pHeadlineTxtColl = 0,
+ const SwAttrSet * pAttrSet = 0);
+
// erzeuge aus dem makierten Bereich eine ausgeglichene Tabelle
SwTableNode* TextToTable( const SwNodeRange& rRange, sal_Unicode cCh,
SwTableFmt* pTblFmt,