summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:19:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:19:05 +0000
commitd6ad98a966b0691424d96524e574140872c48d9c (patch)
tree390c25bc48ed25f8f24ade97f42e264c7354323a /autodoc
parent868ac19cdb1c0bab0b9b6112f3533155f9054eac (diff)
INTEGRATION: CWS adc18 (1.2.56); FILE MERGED
2007/10/19 10:37:32 np 1.2.56.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx6
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx b/autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx
index a01fe45d44cd..fb2d8bc1a6d2 100644
--- a/autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx
+++ b/autodoc/source/parser_i/inc/s2_luidl/tk_const.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tk_const.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:05:29 $
+ * last change: $Author: hr $ $Date: 2007-11-02 17:18:51 $
*
* 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 TokAssignment : public Token
Text() const;
private:
// DATA
- udmstri sText;
+ String sText;
};
diff --git a/autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx b/autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx
index aec54eec6e50..12bfb226cea6 100644
--- a/autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx
+++ b/autodoc/source/parser_i/inc/s2_luidl/tk_ident.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tk_ident.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:05:45 $
+ * last change: $Author: hr $ $Date: 2007-11-02 17:19:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,7 @@ class TokIdentifier : public Token
Text() const;
private:
// DATA
- udmstri sText;
+ String sText;
};
class TokNameSeparator : public Token