summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
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;
};