summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:07:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:07:02 +0000
commit84d00f30de07c41d499ac7976f2d7dbfd2c31530 (patch)
tree949f3f953750ec82d5c42ddd69cbd094b62d82c4 /autodoc
parentef0e4c4d22cff4dc77c5ba2b823ab2c52e736b3e (diff)
INTEGRATION: CWS adc18 (1.6.2); FILE MERGED
2007/10/18 15:23:20 np 1.6.2.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser_i/idl/pe_attri.cxx8
-rw-r--r--autodoc/source/parser_i/idl/pe_excp.cxx8
2 files changed, 8 insertions, 8 deletions
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 <ary/idl/i_attribute.hxx>
#include <ary/idl/i_service.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/pe_vari2.hxx>
#include <s2_luidl/tk_keyw.hxx>
@@ -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 <ary/idl/i_gate.hxx>
#include <ary/idl/i_structelem.hxx>
#include <ary/idl/ip_ce.hxx>
-#include <ary_i/codeinf2.hxx>
+#include <ary/doc/d_oldidldocu.hxx>
#include <s2_luidl/tk_ident.hxx>
#include <s2_luidl/tk_punct.hxx>
#include <s2_luidl/tk_keyw.hxx>
@@ -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);