summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:10:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:10:00 +0000
commit6c3c928e34cdfd490a2d5024bc87280d33369ffc (patch)
tree9f7b6820d1db982ef4c93a8bd78af7f14fdb1543 /autodoc
parent0ba056cbd11c6786bd7cf7a67e369fcbba9df3fd (diff)
INTEGRATION: CWS adc18 (1.8.2); FILE MERGED
2007/10/18 15:23:21 np 1.8.2.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser_i/idl/pe_type2.cxx6
-rw-r--r--autodoc/source/parser_i/idl/pe_vari2.cxx8
2 files changed, 7 insertions, 7 deletions
diff --git a/autodoc/source/parser_i/idl/pe_type2.cxx b/autodoc/source/parser_i/idl/pe_type2.cxx
index 20b4dd5dd1e9..714df360ab4c 100644
--- a/autodoc/source/parser_i/idl/pe_type2.cxx
+++ b/autodoc/source/parser_i/idl/pe_type2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_type2.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:22:41 $
+ * last change: $Author: hr $ $Date: 2007-11-02 17:09:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#include <ary/idl/i_gate.hxx>
#include <ary/idl/i_type.hxx>
#include <ary/idl/ip_type.hxx>
-#include <ary_i/codeinf2.hxx>
+#include <ary/doc/d_oldidldocu.hxx>
#include <s2_luidl/uidl_tok.hxx>
#include <s2_luidl/tk_ident.hxx>
#include <s2_luidl/tk_keyw.hxx>
diff --git a/autodoc/source/parser_i/idl/pe_vari2.cxx b/autodoc/source/parser_i/idl/pe_vari2.cxx
index 2a9043340ddf..6d3055ea80c0 100644
--- a/autodoc/source/parser_i/idl/pe_vari2.cxx
+++ b/autodoc/source/parser_i/idl/pe_vari2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_vari2.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:22:55 $
+ * last change: $Author: hr $ $Date: 2007-11-02 17:10:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#include <ary/idl/i_gate.hxx>
#include <ary/idl/i_property.hxx>
#include <ary/idl/ip_ce.hxx>
-#include <ary_i/codeinf2.hxx>
+#include <ary/doc/d_oldidldocu.hxx>
#include <s2_luidl/pe_type2.hxx>
#include <s2_luidl/tk_keyw.hxx>
#include <s2_luidl/tk_ident.hxx>
@@ -66,7 +66,7 @@ PE_Variable::PE_Variable( ary::idl::Type_id & i_rResult_Type,
void
PE_Variable::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::n22::Repository & io_rRepository,
+ ary::Repository & io_rRepository,
TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);