diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 16:01:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 16:01:53 +0000 |
commit | edb564115647e3d91ebbe402f92063f9d882dc7d (patch) | |
tree | 007a46f69e487109bf5641b95c349fc32e8b6012 /autodoc | |
parent | 44880aa5763dad544a944659d2f50bccd864fea9 (diff) |
INTEGRATION: CWS adc18 (1.4.2); FILE MERGED
2007/10/18 15:23:18 np 1.4.2.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser/cpp/tkp_cpp.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/autodoc/source/parser/cpp/tkp_cpp.cxx b/autodoc/source/parser/cpp/tkp_cpp.cxx index b4b0c68823b5..27c3c54a2266 100644 --- a/autodoc/source/parser/cpp/tkp_cpp.cxx +++ b/autodoc/source/parser/cpp/tkp_cpp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tkp_cpp.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2007-09-18 14:15:38 $ + * last change: $Author: hr $ $Date: 2007-11-02 17:01:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,11 +69,10 @@ TokenParser_Cpp::AssignPartners( CharacterSource & io_rCharacterSource, } void -TokenParser_Cpp::StartNewFile( const udmstri & i_sFileName, - const csv::ploc::DirectoryChain & i_rFileSubPath ) +TokenParser_Cpp::StartNewFile( const csv::ploc::Path & i_file ) { csv_assert(pDealer != 0); - pDealer->StartNewFile(i_sFileName, i_rFileSubPath); + pDealer->StartNewFile(i_file); csv_assert(pCharacterSource != 0); Start(*pCharacterSource); |