summaryrefslogtreecommitdiffstats
path: root/autodoc/source/parser/cpp/cx_c_std.cxx
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-05-14 08:02:21 +0000
committerNikolai Pretzell <np@openoffice.org>2002-05-14 08:02:21 +0000
commit83e726c6a5d8c15e55c991854d60fc6d64744a2f (patch)
tree6f7a4ebe5204d699b2d775b9fb2460814b252f60 /autodoc/source/parser/cpp/cx_c_std.cxx
parent#98964#, New layout for Autodoc-IDL-docu (diff)
downloadcore-83e726c6a5d8c15e55c991854d60fc6d64744a2f.tar.gz
core-83e726c6a5d8c15e55c991854d60fc6d64744a2f.zip
#98964#, New layout for Autodoc-IDL-docu and some fixes for gcc
Diffstat (limited to 'autodoc/source/parser/cpp/cx_c_std.cxx')
-rw-r--r--autodoc/source/parser/cpp/cx_c_std.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/autodoc/source/parser/cpp/cx_c_std.cxx b/autodoc/source/parser/cpp/cx_c_std.cxx
index 586021b0b27a..5452b26fe539 100644
--- a/autodoc/source/parser/cpp/cx_c_std.cxx
+++ b/autodoc/source/parser/cpp/cx_c_std.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cx_c_std.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:29 $
+ * last change: $Author: np $ $Date: 2002-05-14 09:02:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -261,7 +261,8 @@ Context_CppStd::PerformStatusFunction( uintt i_nStatusSignal,
case nF_fin_Error:
default:
{
- udmstri sCurChar( &io_rText.CurChar(), 1 );
+ char cCC = io_rText.CurChar();
+ udmstri sCurChar( &cCC, 1 );
throw X_Parser( X_Parser::x_InvalidChar, sCurChar, udmstri::Null_(), 0 );
}
} // end switch (i_nStatusSignal)