From 84d00f30de07c41d499ac7976f2d7dbfd2c31530 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 16:07:02 +0000 Subject: INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:20 np 1.6.2.1: #i81775# --- autodoc/source/parser_i/idl/pe_attri.cxx | 8 ++++---- autodoc/source/parser_i/idl/pe_excp.cxx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'autodoc') diff --git a/autodoc/source/parser_i/idl/pe_attri.cxx b/autodoc/source/parser_i/idl/pe_attri.cxx index 120bbe6872f1..05af5c2c27d7 100644 --- a/autodoc/source/parser_i/idl/pe_attri.cxx +++ b/autodoc/source/parser_i/idl/pe_attri.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_attri.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2007-09-18 14:19:17 $ + * last change: $Author: hr $ $Date: 2007-11-02 17:05:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include @@ -75,7 +75,7 @@ PE_Attribute::PE_Attribute( const Ce_id & i_rCurOwner ) void PE_Attribute::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); diff --git a/autodoc/source/parser_i/idl/pe_excp.cxx b/autodoc/source/parser_i/idl/pe_excp.cxx index 75f8f065f59c..b8bd4625ab86 100644 --- a/autodoc/source/parser_i/idl/pe_excp.cxx +++ b/autodoc/source/parser_i/idl/pe_excp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_excp.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2007-09-18 14:20:15 $ + * last change: $Author: hr $ $Date: 2007-11-02 17:07:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include @@ -66,7 +66,7 @@ PE_Exception::PE_Exception() void PE_Exception::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