summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:11:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 16:11:18 +0000
commit68694313a8ec9b270b6adf03b01ffea44425fa27 (patch)
tree33ef263205d0612fbf54b27c54f2443bdfb2ef73 /autodoc
parent4e63ca72ccbe29d4338283996a67e23d18984b83 (diff)
INTEGRATION: CWS adc18 (1.6.2); FILE MERGED
2007/10/19 10:37:31 np 1.6.2.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser_i/idoc/cx_docu2.cxx12
1 files changed, 6 insertions, 6 deletions
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)