diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 14:26:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 14:26:34 +0000 |
commit | 3838954b5bfe4e4ad28fdf92300ce331d176386f (patch) | |
tree | 1e532753c9923f4fd618af47c777f9b3a6fc53c1 /autodoc/source/ary/kernel | |
parent | 379b18c8441b92e180460d70876b01f9d8b36abd (diff) |
INTEGRATION: CWS adc6 (1.2.12); FILE MERGED
2003/06/26 14:43:30 np 1.2.12.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.
Diffstat (limited to 'autodoc/source/ary/kernel')
-rw-r--r-- | autodoc/source/ary/kernel/cessentl.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/autodoc/source/ary/kernel/cessentl.cxx b/autodoc/source/ary/kernel/cessentl.cxx index 74c8e33baf5b..5502d7142ad4 100644 --- a/autodoc/source/ary/kernel/cessentl.cxx +++ b/autodoc/source/ary/kernel/cessentl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cessentl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-04-15 18:44:54 $ + * last change: $Author: hr $ $Date: 2003-06-30 15:26:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,11 +100,8 @@ CeEssentials::~CeEssentials() bool CodeEntity::IsVisible() const { - // KORR: Improve the whole handling of internal and visibility. - - if (bIsVisible) - bIsVisible = NOT static_cast< const info::CodeInfo& >(Info()).IsInternal(); - return bIsVisible; + // KORR_FUTURE: Improve the whole handling of internal and visibility. + return bIsVisible && NOT Info().IsInternal(); } |