summaryrefslogtreecommitdiff
path: root/autodoc/source
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source')
-rw-r--r--autodoc/source/parser_i/idoc/cx_dsapi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/parser_i/idoc/cx_dsapi.cxx b/autodoc/source/parser_i/idoc/cx_dsapi.cxx
index 9c43d5febf54..a7d8b65bd600 100644
--- a/autodoc/source/parser_i/idoc/cx_dsapi.cxx
+++ b/autodoc/source/parser_i/idoc/cx_dsapi.cxx
@@ -195,7 +195,7 @@ Context_Docu::PerformStatusFunction( uintt i_nStatusSignal,
throw X_AutodocParser(X_AutodocParser::x_UnexpectedEOF);
else
io_rText.CutToken();
- pNewToken = new Tok_EOF;
+ pNewToken = new Tok_EOF;
break;
case nF_fin_AnyWord:
pNewToken = new Tok_Word(io_rText.CutToken());