From 6c3c928e34cdfd490a2d5024bc87280d33369ffc Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 16:10:00 +0000 Subject: INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 15:23:21 np 1.8.2.1: #i81775# --- autodoc/source/parser_i/idl/pe_type2.cxx | 6 +++--- autodoc/source/parser_i/idl/pe_vari2.cxx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'autodoc') 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include @@ -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); -- cgit