diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 16:12:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 16:12:43 +0000 |
commit | 17a0486a08b51a6827a86e921db71b94f9b786b7 (patch) | |
tree | 35bdcd5d65f6449b33a9c3016af63de00a920f31 /autodoc | |
parent | 2a603f288faf72ffaab266aebcbb356cf47cefc9 (diff) |
INTEGRATION: CWS adc18 (1.3.2); FILE MERGED
2007/10/19 10:37:32 np 1.3.2.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx b/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx index 49a4cd5402d2..b484c1383676 100644 --- a/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx +++ b/autodoc/source/parser_i/inc/s2_dsapi/tk_docw2.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tk_docw2.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2007-09-18 14:26:46 $ + * last change: $Author: hr $ $Date: 2007-11-02 17:12:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ class Tok_Word : public Token private: // DATA - udmstri sText; + String sText; }; class Tok_Comma : public Token |