diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 15:47:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 15:47:44 +0000 |
commit | 3c6b38d330742df573ddae24de9d7e2c3758f4c8 (patch) | |
tree | a5c6e28692c5b7fe65f5e3d4953e6b33ebeb4528 /autodoc/source/parser/cpp/all_toks.hxx | |
parent | 5aefb8100b5a320d27822e77c808a41857e6a386 (diff) |
INTEGRATION: CWS adc18 (1.3.56); FILE MERGED
2007/10/19 10:37:30 np 1.3.56.1: #i81775#
Diffstat (limited to 'autodoc/source/parser/cpp/all_toks.hxx')
-rw-r--r-- | autodoc/source/parser/cpp/all_toks.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/source/parser/cpp/all_toks.hxx b/autodoc/source/parser/cpp/all_toks.hxx index 0f0865ca7dff..d42d6b0b6528 100644 --- a/autodoc/source/parser/cpp/all_toks.hxx +++ b/autodoc/source/parser/cpp/all_toks.hxx @@ -4,9 +4,9 @@ * * $RCSfile: all_toks.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:14:20 $ + * last change: $Author: hr $ $Date: 2007-11-02 16:47:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,7 @@ class Tok_Identifier : public cpp::Token virtual const char * Text() const; private: - udmstri sText; + String sText; }; const INT16 Tid_Identifier = 1; @@ -77,7 +77,7 @@ class Tok_Operator : public cpp::Token virtual const char * Text() const; private: - udmstri sText; + String sText; }; const INT16 Tid_Operator = 2; @@ -149,7 +149,7 @@ class Tok_##name : public cpp::Token \ virtual const char * \ Text() const; \ private: \ - udmstri sText; \ + String sText; \ }; \ const INT16 Tid_##name = tid |