diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-18 12:59:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-18 12:59:49 +0000 |
commit | 93fdc85354ca266dc2efc0ea9fceb1ac0e7ab6bf (patch) | |
tree | 3086b6c29478abea5a2d26ef11e54ab04ffbc1c0 /sw/inc/txtfld.hxx | |
parent | 04211d0226c026a575577dedd5444b378aef9759 (diff) |
INTEGRATION: CWS swundo01 (1.2.34); FILE MERGED
2004/04/19 10:01:20 hbrinkm 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED
2004/01/06 15:25:13 hbrinkm 1.2.34.1: #111840#
Diffstat (limited to 'sw/inc/txtfld.hxx')
-rw-r--r-- | sw/inc/txtfld.hxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/inc/txtfld.hxx b/sw/inc/txtfld.hxx index da1549acbfee..9b056ad090ba 100644 --- a/sw/inc/txtfld.hxx +++ b/sw/inc/txtfld.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtfld.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-03-17 12:13:20 $ + * last change: $Author: kz $ $Date: 2004-05-18 13:59:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,9 @@ #ifndef _STRING_HXX //autogen #include <tools/string.hxx> #endif +#ifndef _PAM_HXX // #111840# +#include <pam.hxx> +#endif class SwTxtNode; @@ -90,6 +93,14 @@ public: void ChgTxtNode( const SwTxtNode* pNew ) { pMyTxtNd = (SwTxtNode*)pNew; } // enable notification that field content has changed and needs reformatting void NotifyContentChange(SwFmtFld& rFmtFld); + + // #111840# + /** + Returns position of this field. + + @return position of this field. Has to be deleted explicitly. + */ + SwPosition * GetPosition() const; }; inline const SwTxtNode& SwTxtFld::GetTxtNode() const |