diff --git a/autodoc/source/ary_i/kernel/ci_text2.cxx b/autodoc/source/ary_i/kernel/ci_text2.cxx index 0688e5ed5166..45a36381bf8b 100644 --- a/autodoc/source/ary_i/kernel/ci_text2.cxx +++ b/autodoc/source/ary_i/kernel/ci_text2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ci_text2.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:22:41 $ + * last change: $Author: obo $ $Date: 2006-09-15 11:11:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,6 +74,17 @@ DocuTex2::DisplayAt( DocumentationDisplay & o_rDisplay ) const } } +void +DocuTex2::AddToken( DYN DocuToken & let_drToken ) +{ + if (aTokens.empty()) + { + if (let_drToken.IsWhiteOnly()) + return; + } + aTokens.push_back(&let_drToken); +} + bool DocuTex2::IsEmpty() const {