summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/unoidl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/idl/unoidl.cxx')
-rw-r--r--autodoc/source/parser_i/idl/unoidl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/source/parser_i/idl/unoidl.cxx b/autodoc/source/parser_i/idl/unoidl.cxx
index 0b745247b687..5c86d93a3034 100644
--- a/autodoc/source/parser_i/idl/unoidl.cxx
+++ b/autodoc/source/parser_i/idl/unoidl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoidl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: np $ $Date: 2002-11-01 17:15:42 $
+ * last change: $Author: np $ $Date: 2002-11-14 18:02:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,13 +107,13 @@ class FileParsePerformers
};
-Uidl_Parser::Uidl_Parser( ary::n22::Repository & io_rRepository )
+IdlParser::IdlParser( ary::n22::Repository & io_rRepository )
: pRepository(&io_rRepository)
{
}
void
-Uidl_Parser::Run( const autodoc::FileCollector_Ifc & i_rFiles )
+IdlParser::Run( const autodoc::FileCollector_Ifc & i_rFiles )
{
Dyn<FileParsePerformers>
pFileParsePerformers( new FileParsePerformers(*pRepository) );