diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 13:58:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 13:58:46 +0000 |
commit | e20f995fd68704972214acffbda7caa58171d0b5 (patch) | |
tree | efd1202e594b2a05584c7af82eb9916916c922fa /sw/inc/txtfld.hxx | |
parent | c3f8e7f9b0dc4345204c1d0027492b8fe475a356 (diff) |
INTEGRATION: CWS sw018 (1.1.1.1.44); FILE MERGED
2003/06/26 13:22:05 os 1.1.1.1.44.1: #110473# notify change of visibility flag to text node
Diffstat (limited to 'sw/inc/txtfld.hxx')
-rw-r--r-- | sw/inc/txtfld.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/txtfld.hxx b/sw/inc/txtfld.hxx index 4e73a9a46f..57889bb4c0 100644 --- a/sw/inc/txtfld.hxx +++ b/sw/inc/txtfld.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtfld.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:29 $ + * last change: $Author: hr $ $Date: 2003-06-30 14:58:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,8 @@ public: const SwTxtNode* GetpTxtNode() const { return pMyTxtNd; } inline const SwTxtNode& GetTxtNode() const; void ChgTxtNode( const SwTxtNode* pNew ) { pMyTxtNd = (SwTxtNode*)pNew; } + // enable notification that field content has changed and needs reformatting + void NotifyContentChange(SwFmtFld& rFmtFld); }; inline const SwTxtNode& SwTxtFld::GetTxtNode() const |