diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:40:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:40:04 +0000 |
commit | 2175bce066cd7b2cba76f22a06893622dd99278e (patch) | |
tree | 13205b40b43299630194713b40e5f057271ebb7f /autodoc/source/parser/cpp/preproc.cxx | |
parent | a42d5a0cfacbb95634d798643e0db9f40bc5f81f (diff) |
INTEGRATION: CWS adc9 (1.3.130); FILE MERGED
2004/11/09 17:39:24 np 1.3.130.1: #i31023#
Diffstat (limited to 'autodoc/source/parser/cpp/preproc.cxx')
-rw-r--r-- | autodoc/source/parser/cpp/preproc.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/autodoc/source/parser/cpp/preproc.cxx b/autodoc/source/parser/cpp/preproc.cxx index 36c5c1225a34..b40ba4b9ac37 100644 --- a/autodoc/source/parser/cpp/preproc.cxx +++ b/autodoc/source/parser/cpp/preproc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: preproc.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: np $ $Date: 2002-05-14 09:02:19 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:40:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,10 +161,9 @@ PreProcessor::On_expect_macro_param( cpp::Token & let_drToken ) nBracketInParameterCounter--; else { - aCurParamText; if ( NOT csv::no_str(aCurParamText.c_str()) ) { - aCurMacroParams.push_back( udmstri(aCurParamText.c_str()) ); + aCurMacroParams.push_back( String(aCurParamText.c_str()) ); } csv_assert( aCurMacroParams.size() == pCurMacro->ParamCount() ); |