summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-14 17:02:06 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-14 17:02:06 +0000
commitd5d550be4281af0b678f5662787b2f186501a0cb (patch)
tree16c855c5c049fc44cc5c2f31e233ba62bbab3d72 /autodoc/source/parser/cpp
parentb9a59049ae75807446d3ffd2ee50f631bb2d420d (diff)
Some features in IDL docu.
Diffstat (limited to 'autodoc/source/parser/cpp')
-rw-r--r--autodoc/source/parser/cpp/prs_cpp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser/cpp/prs_cpp.cxx b/autodoc/source/parser/cpp/prs_cpp.cxx
index 690dc1fa91da..76ec57c558af 100644
--- a/autodoc/source/parser/cpp/prs_cpp.cxx
+++ b/autodoc/source/parser/cpp/prs_cpp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prs_cpp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:32 $
+ * last change: $Author: np $ $Date: 2002-11-14 18:02:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,7 +141,7 @@ Cpluplus_Parser::Setup( ary::Repository & o_rRepository,
void
Cpluplus_Parser::Run( const udmstri & i_sProjectName,
- csv::ploc::Path & i_rProjectRootDirectory,
+ const csv::ploc::Path & i_rProjectRootDirectory,
const autodoc::FileCollector_Ifc & i_rFiles )
{
pRunningData->aDealer.StartNewProject( i_sProjectName, i_rProjectRootDirectory );