diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:38:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:38:48 +0000 |
commit | 7c98e54ff37d349d275f8fd9d59faeb078496cfe (patch) | |
tree | 976a65b55593b9928c9d0da014c8366d0c82896a /autodoc/source/parser/cpp | |
parent | 8a67eff26a6490003d89972bd9688d2252b8834c (diff) |
INTEGRATION: CWS adc9 (1.3.36); FILE MERGED
2004/11/09 17:38:18 np 1.3.36.1: #i31023#
Diffstat (limited to 'autodoc/source/parser/cpp')
-rw-r--r-- | autodoc/source/parser/cpp/cx_c_pp.cxx | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/autodoc/source/parser/cpp/cx_c_pp.cxx b/autodoc/source/parser/cpp/cx_c_pp.cxx index 08c11e4d3e45..b04a31aac42e 100644 --- a/autodoc/source/parser/cpp/cx_c_pp.cxx +++ b/autodoc/source/parser/cpp/cx_c_pp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cx_c_pp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-12-01 16:11:55 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:38:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,8 +86,6 @@ Context_Preprocessor::Context_Preprocessor( TkpContext & i_rFollowUpContext ) void Context_Preprocessor::ReadCharChain( CharacterSource & io_rText ) { - int o_rCount_BackslashedLineBreaks = 0; - jumpOverWhite( io_rText ); jumpToWhite( io_rText ); const char * sPP_Keyword = io_rText.CutToken(); @@ -149,23 +147,6 @@ Context_Preprocessor::ReadDefine( CharacterSource & io_rText ) } -#if 0 // Version Autodoc before 2.0 -void -Context_Preprocessor::ReadCharChain( CharacterSource & io_rText ) -{ - int o_rCount_BackslashedLineBreaks = 0; - jumpToEol(io_rText,o_rCount_BackslashedLineBreaks); - for ( ; o_rCount_BackslashedLineBreaks > 0; --o_rCount_BackslashedLineBreaks ) - Dealer().Deal_Eol(); - - if (io_rText.CurChar() != NULCH) - jumpOverEol(io_rText); - io_rText.CutToken(); - Dealer().Deal_Eol(); - SetNewToken(0); -} -#endif - Context_PP_MacroParams::Context_PP_MacroParams( Cx_Base & i_rFollowUpContext ) : Cx_Base(&i_rFollowUpContext), pContext_PP_Definition(&i_rFollowUpContext) |