summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idoc/cx_docu2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/idoc/cx_docu2.cxx')
-rw-r--r--autodoc/source/parser_i/idoc/cx_docu2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/source/parser_i/idoc/cx_docu2.cxx b/autodoc/source/parser_i/idoc/cx_docu2.cxx
index c39a1aa0f49a..a0418cbadc87 100644
--- a/autodoc/source/parser_i/idoc/cx_docu2.cxx
+++ b/autodoc/source/parser_i/idoc/cx_docu2.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -107,8 +107,8 @@ Cx_EoXmlConst::ReadCharChain( CharacterSource & io_rText )
void
Cx_EoXmlLink_BeginTag::ReadCharChain( CharacterSource & io_rText )
{
- String sScope;
- String sDim;
+ String sScope;
+ String sDim;
do {
char cReached = jumpTo(io_rText,'"','>','*');
@@ -169,7 +169,7 @@ Cx_EoXmlLink_EndTag::ReadCharChain( CharacterSource & io_rText )
void
Cx_EoXmlFormat_BeginTag::ReadCharChain( CharacterSource & io_rText )
{
- String sDim;
+ String sDim;
char cReached = jumpTo(io_rText,'"','>','*');
switch (cReached)