summaryrefslogtreecommitdiffstats
path: root/autodoc/source/parser/cpp/cx_c_std.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:49:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:49:59 +0000
commit766869aa99f28c6516f50c152af476cdf8a4d69d (patch)
treef497a2f3b1f867764d11a0cd07a59b2a0bdc6433 /autodoc/source/parser/cpp/cx_c_std.cxx
parentINTEGRATION: CWS adc18 (1.7.2); FILE MERGED (diff)
downloadcore-766869aa99f28c6516f50c152af476cdf8a4d69d.tar.gz
core-766869aa99f28c6516f50c152af476cdf8a4d69d.zip
INTEGRATION: CWS adc18 (1.7.2); FILE MERGED
2007/10/19 10:37:30 np 1.7.2.1: #i81775#
Diffstat (limited to 'autodoc/source/parser/cpp/cx_c_std.cxx')
-rw-r--r--autodoc/source/parser/cpp/cx_c_std.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/autodoc/source/parser/cpp/cx_c_std.cxx b/autodoc/source/parser/cpp/cx_c_std.cxx
index 43aad1a6f8c9..1cd2d198627a 100644
--- a/autodoc/source/parser/cpp/cx_c_std.cxx
+++ b/autodoc/source/parser/cpp/cx_c_std.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cx_c_std.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:10:15 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:49:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -237,8 +237,8 @@ Context_CppStd::PerformStatusFunction( uintt i_nStatusSignal,
default:
{
char cCC = io_rText.CurChar();
- udmstri sCurChar( &cCC, 1 );
- throw X_Parser( X_Parser::x_InvalidChar, sCurChar, udmstri::Null_(), 0 );
+ String sCurChar( &cCC, 1 );
+ throw X_Parser( X_Parser::x_InvalidChar, sCurChar, String::Null_(), 0 );
}
} // end switch (i_nStatusSignal)
}
@@ -534,3 +534,4 @@ Context_CppStd::SetupStateMachine()
} // namespace cpp
+