From ac978076ab28990a193c50841e99a6e5aad792dd Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 12 Jul 2004 14:12:53 +0000 Subject: INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED 2004/07/02 14:44:34 np 1.1.1.1.98.1: #i30967# --- autodoc/inc/ary_i/ci_text2.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'autodoc/inc/ary_i') diff --git a/autodoc/inc/ary_i/ci_text2.hxx b/autodoc/inc/ary_i/ci_text2.hxx index 25c8e8b4f6e9..e37dec2b11a8 100644 --- a/autodoc/inc/ary_i/ci_text2.hxx +++ b/autodoc/inc/ary_i/ci_text2.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ci_text2.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:15 $ + * last change: $Author: rt $ $Date: 2004-07-12 15:12:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,9 @@ class DocuTex2 { aTokens.push_back(&let_drToken); } const TokenList & Tokens() const { return aTokens; } bool IsEmpty() const; + const String & TextOfFirstToken() const; + String & Access_TextOfFirstToken(); private: TokenList aTokens; -- cgit