From 68694313a8ec9b270b6adf03b01ffea44425fa27 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 16:11:18 +0000 Subject: INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 10:37:31 np 1.6.2.1: #i81775# --- autodoc/source/parser_i/idoc/cx_docu2.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'autodoc') diff --git a/autodoc/source/parser_i/idoc/cx_docu2.cxx b/autodoc/source/parser_i/idoc/cx_docu2.cxx index c215fd49a743..9c28989e115d 100644 --- a/autodoc/source/parser_i/idoc/cx_docu2.cxx +++ b/autodoc/source/parser_i/idoc/cx_docu2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cx_docu2.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2007-09-18 14:24:55 $ + * last change: $Author: hr $ $Date: 2007-11-02 17:11:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,7 +76,7 @@ Cx_Base::FollowUpContext() void Cx_Base::Handle_DocuSyntaxError( CharacterSource & io_rText ) { - // KORR + // KORR_FUTURE // Put this into Error Log File Cerr() << "Error: Syntax error in documentation within " @@ -114,8 +114,8 @@ Cx_EoXmlConst::ReadCharChain( CharacterSource & io_rText ) void Cx_EoXmlLink_BeginTag::ReadCharChain( CharacterSource & io_rText ) { - udmstri sScope; - udmstri sDim; + String sScope; + String sDim; do { char cReached = jumpTo(io_rText,'"','>','*'); @@ -176,7 +176,7 @@ Cx_EoXmlLink_EndTag::ReadCharChain( CharacterSource & io_rText ) void Cx_EoXmlFormat_BeginTag::ReadCharChain( CharacterSource & io_rText ) { - udmstri sDim; + String sDim; char cReached = jumpTo(io_rText,'"','>','*'); switch (cReached) -- cgit