summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary_i
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 14:12:53 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 14:12:53 +0000
commitac978076ab28990a193c50841e99a6e5aad792dd (patch)
tree9779390dc360fdaed61cada113a8a8d43b87cde0 /autodoc/inc/ary_i
parent6f0aebb2b554d16059110ffac7f95429b2714104 (diff)
INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED
2004/07/02 14:44:34 np 1.1.1.1.98.1: #i30967#
Diffstat (limited to 'autodoc/inc/ary_i')
-rw-r--r--autodoc/inc/ary_i/ci_text2.hxx6
1 files changed, 4 insertions, 2 deletions
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;