diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-01-13 10:06:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-01-13 10:06:46 +0000 |
commit | 3f76a9e9cd752ebe11b22a0ac23e6c31465867bc (patch) | |
tree | a358580795e463d7b6447998d5a702f3382f6285 /sw | |
parent | 62e58c2a9a66889c518385f47d2cd1c139a7a30d (diff) |
INTEGRATION: CWS cellbreak (1.16.26); FILE MERGED
2003/11/20 08:47:08 fme 1.16.26.1: #i2109# Feature - Table row split - new attribute
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swatrset.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index f5c3bbf42457..1eea2fcf96f9 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swatrset.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2003-07-16 18:08:36 $ + * last change: $Author: obo $ $Date: 2004-01-13 11:06:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,6 +132,7 @@ class SwFmtURL; class SwFmtLineNumber; class SwFmtEditInReadonly; class SwFmtLayoutSplit; +class SwFmtRowSplit; class SwFmtChain; class SwFmtFtnAtTxtEnd; class SwFmtEndAtTxtEnd; @@ -323,6 +324,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; |