summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary_i
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-15 10:10:40 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-15 10:10:40 +0000
commit5a2f5e5187422e6db6507f37c34ac80d13828249 (patch)
tree65c1d3480cffb6265dc0ef62462c035f2b9fea9a /autodoc/inc/ary_i
parent561486d0a3a64a47a750b24c3d43e2dd3c389fc0 (diff)
INTEGRATION: CWS adc15 (1.4.34); FILE MERGED
2006/09/12 17:20:05 np 1.4.34.1: #i69082# fix problem with lost text in @see tags
Diffstat (limited to 'autodoc/inc/ary_i')
-rw-r--r--autodoc/inc/ary_i/ci_text2.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/inc/ary_i/ci_text2.hxx b/autodoc/inc/ary_i/ci_text2.hxx
index f866fb36376f..8aadd9defca7 100644
--- a/autodoc/inc/ary_i/ci_text2.hxx
+++ b/autodoc/inc/ary_i/ci_text2.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ci_text2.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:24:35 $
+ * last change: $Author: obo $ $Date: 2006-09-15 11:10:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,6 +60,7 @@ class DocuToken
virtual void DisplayAt(
DocumentationDisplay &
o_rDisplay ) const = 0;
+ virtual bool IsWhiteOnly() const = 0;
};
@@ -74,10 +75,9 @@ class DocuTex2
virtual void DisplayAt(
DocumentationDisplay &
o_rDisplay ) const;
-
void AddToken(
- DYN DocuToken & let_drToken )
- { aTokens.push_back(&let_drToken); }
+ DYN DocuToken & let_drToken );
+
const TokenList & Tokens() const { return aTokens; }
bool IsEmpty() const;
const String & TextOfFirstToken() const;