summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:03:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:03:14 +0000
commit45597c553ea9fc8af88b90fa14236b3d70282956 (patch)
treef112906fa7c90bfc8a4a8a6ccd5099459a60c160 /autodoc
parentc72b17fac6f7ecbe30bc85865d70067bca5f13ec (diff)
INTEGRATION: CWS adc18 (1.2.56); FILE MERGED
2007/10/19 10:37:31 np 1.2.56.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser/inc/adoc/tk_docw.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser/inc/adoc/tk_docw.hxx b/autodoc/source/parser/inc/adoc/tk_docw.hxx
index 305572c50e0f..1fec380ca2a9 100644
--- a/autodoc/source/parser/inc/adoc/tk_docw.hxx
+++ b/autodoc/source/parser/inc/adoc/tk_docw.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tk_docw.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:37:20 $
+ * last change: $Author: hr $ $Date: 2007-11-02 17:03:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@ class Tok_DocWord : public Token
private:
// DATA
- udmstri sText;
+ String sText;
};
class Tok_Whitespace : public Token