summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 10:06:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 10:06:08 +0000
commit967ef8d84ada1b7679d190ff46612ec433d6ba70 (patch)
tree3e7b6a5379ddc64b5cee84bfa235a86dac7a5e0b /sw/inc/format.hxx
parentd114f0d499e736a1e44c78f5216e008cc92e27c1 (diff)
INTEGRATION: CWS cellbreak (1.17.26); FILE MERGED
2003/11/20 08:47:06 fme 1.17.26.1: #i2109# Feature - Table row split - new attribute
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 954aa6c0e614..6794613ee872 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: format.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 18:07:13 $
+ * last change: $Author: obo $ $Date: 2004-01-13 11:06:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -281,6 +281,7 @@ public:
INLINE const SwFmtURL &GetURL( BOOL = TRUE ) const;
INLINE const SwFmtEditInReadonly &GetEditInReadonly( BOOL = TRUE ) const;
INLINE const SwFmtLayoutSplit &GetLayoutSplit( BOOL = TRUE ) const;
+ INLINE const SwFmtRowSplit &GetRowSplit( BOOL = TRUE ) const;
INLINE const SwFmtChain &GetChain( BOOL = TRUE ) const;
INLINE const SwFmtLineNumber &GetLineNumber( BOOL = TRUE ) const;
INLINE const SwFmtFtnAtTxtEnd &GetFtnAtTxtEnd( BOOL = TRUE ) const;