diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-27 10:21:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-27 10:21:48 +0000 |
commit | ec020530c7a7e81b0cabf87f5ef1120c6d78f1b8 (patch) | |
tree | d3045798371e6920b86b1384687a2539cac769d8 /autodoc/source/parser/cpp | |
parent | da37e0d0e426bc3ea95678c9598091659d903389 (diff) |
INTEGRATION: CWS adc10 (1.2.132); FILE MERGED
2005/01/12 13:14:27 np 1.2.132.1: #i31025# Convenient error log file.
Diffstat (limited to 'autodoc/source/parser/cpp')
-rw-r--r-- | autodoc/source/parser/cpp/c_dealer.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/autodoc/source/parser/cpp/c_dealer.cxx b/autodoc/source/parser/cpp/c_dealer.cxx index 599d9b3fa70b..72b1028542f0 100644 --- a/autodoc/source/parser/cpp/c_dealer.cxx +++ b/autodoc/source/parser/cpp/c_dealer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: c_dealer.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-05-07 18:32:24 $ + * last change: $Author: obo $ $Date: 2005-01-27 11:21:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ #include "c_rcode.hxx" - namespace ary { namespace cpp @@ -132,6 +131,8 @@ Distributor::StartNewProject( const udmstri & i_sProjectName, pFileEventHandler->SetCurProject(rProject); } + + void Distributor::StartNewFile( const udmstri & i_sFileName, const csv::ploc::DirectoryChain & i_rFileSubPath ) |