summaryrefslogtreecommitdiff
path: root/sw/inc/txtfld.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:58:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:58:46 +0000
commit5988c2957252bedd21a993631a538f673a5e7c00 (patch)
treec7b91717ff47912d9ed2681b3cd66135c7f20e1b /sw/inc/txtfld.hxx
parent0dd09b7321855cd722df6586720d7eff31286f9b (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.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/txtfld.hxx b/sw/inc/txtfld.hxx
index 4e73a9a46fe7..57889bb4c0bb 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