summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:15:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:15:03 +0000
commitc9bea707d0eb6b8865314ac6f3b15ab419d8f0b3 (patch)
treec935b630895acdfcc3df41b69ce636e42ab05799 /autodoc
parent33abf6495dda3fa154dbc610dcf07573cf7cadbb (diff)
INTEGRATION: CWS adc18 (1.3.56); FILE MERGED
2007/10/19 10:37:32 np 1.3.56.2: #i81775# 2007/10/18 15:23:22 np 1.3.56.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx
index dcda8e8f94cc..976279d1c707 100644
--- a/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx
+++ b/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_evalu.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:00:42 $
+ * last change: $Author: hr $ $Date: 2007-11-02 17:15:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,7 @@ class PE_Value : public UnoIDL_PE,
bool i_bIsConst );
virtual void EstablishContacts(
UnoIDL_PE * io_pParentPE,
- ary::n22::Repository &
+ ary::Repository &
io_rRepository,
TokenProcessing_Result &
o_rResult );
@@ -120,8 +120,8 @@ class PE_Value : public UnoIDL_PE,
static F_TOK aDispatcher[e_STATES_MAX][tt_MAX];
E_State eState;
- udmstri * pName;
- udmstri * pAssignment;
+ String * pName;
+ String * pAssignment;
bool bIsConst;
};