summaryrefslogtreecommitdiffstats
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 14:32:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 14:32:55 +0000
commit6f0c80b5057272b453f1ef1428ace2670c0d254c (patch)
tree32274e0b0f6ac2d6a7f8763d3c043f1ef35d9842 /sw/inc/ndarr.hxx
parentINTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED (diff)
downloadcore-6f0c80b5057272b453f1ef1428ace2670c0d254c.tar.gz
core-6f0c80b5057272b453f1ef1428ace2670c0d254c.zip
INTEGRATION: CWS swautomatic01 (1.12.252); FILE MERGED
2006/11/16 14:39:39 fme 1.12.252.4: RESYNC: (1.13-1.15); FILE MERGED 2006/09/01 11:55:33 fme 1.12.252.3: RESYNC: (1.12-1.13); FILE MERGED 2006/08/09 08:43:07 fme 1.12.252.2: #i64576# Automatic styles 2006/08/01 14:53:59 fme 1.12.252.1: #i64576# Automatic styles
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index e9bec27e9c7d..3a246755acdd 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndarr.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2006-11-01 15:09:19 $
+ * last change: $Author: rt $ $Date: 2006-12-01 15:32:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,7 @@ class Graphic;
class GraphicObject;
class String;
class SwAttrSet;
+class SfxItemSet;
class SwCntntNode;
class SwDoc;
class SwGrfFmtColl;
@@ -310,7 +311,7 @@ public:
// in der Line muss schon eine Box vorhanden sein !
BOOL InsBoxen( SwTableNode*, SwTableLine*, SwTableBoxFmt*,
// Formate fuer den TextNode der Box
- SwTxtFmtColl*, SwAttrSet* pAutoAttr,
+ SwTxtFmtColl*, const SfxItemSet* pAutoAttr,
USHORT nInsPos, USHORT nCnt = 1 );
// Splittet eine Tabelle in der Grund-Zeile, in der der Index steht.
// Alle GrundZeilen dahinter wandern in eine neue Tabelle/-Node.