From 387f2b66158f5cb873241d0962f4837b1e055b6f Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 26 Feb 2004 14:23:41 +0000 Subject: 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 --- sw/inc/node.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/node.hxx') 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 ? -- cgit