diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 14:23:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 14:23:41 +0000 |
commit | 387f2b66158f5cb873241d0962f4837b1e055b6f (patch) | |
tree | 917f348700d6ff41b1452f9400575a90efe7cf65 /sw/inc/node.hxx | |
parent | 42de7d9de1a3c643a7a5119a0579f8164ff55d80 (diff) |
INTEGRATION: CWS hiddentext (1.6.204); FILE MERGED
2004/02/16 09:01:39 fme 1.6.204.2: RESYNC: (1.6-1.7); FILE MERGED
2004/01/05 14:17:57 fme 1.6.204.1: #i23660# Feature - Hidden character attribute
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index fbf1006dd038..cd0afa5cf954 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -2,9 +2,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2004-02-02 18:04:22 $ + * last change: $Author: kz $ $Date: 2004-02-26 15:23:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -243,7 +243,7 @@ public: inline const SwDoc* GetDoc() const; // liegt der Node im Sichtbarenbereich der Shell ? - BOOL IsVisible( ViewShell* pSh = 0 ) const; + BOOL IsInVisibleArea( ViewShell* pSh = 0 ) const; // befindet sich der Node in einem geschuetzten Bereich? BOOL IsInProtectSect() const; // befindet sich der Node in irgendetwas geschuetzten ? |