diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-15 17:46:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-15 17:46:16 +0000 |
commit | fbe0bed46bccfc77b818f9ab2636827383c2235a (patch) | |
tree | 688398e0adfcdf7c569da7520466b2829685792b | |
parent | f13b3ffc99fa3f31b3d266e3afc1ff4e77a66de4 (diff) |
INTEGRATION: CWS adc5 (1.3.40); FILE MERGED
2003/04/15 17:21:40 np 1.3.40.1: #108787#
-rw-r--r-- | autodoc/source/parser/cpp/pe_file.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser/cpp/pe_file.cxx b/autodoc/source/parser/cpp/pe_file.cxx index db03bb8d4e42..8e8eed67823c 100644 --- a/autodoc/source/parser/cpp/pe_file.cxx +++ b/autodoc/source/parser/cpp/pe_file.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pe_file.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: np $ $Date: 2002-05-14 09:02:19 $ + * last change: $Author: hr $ $Date: 2003-04-15 18:46:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -215,7 +215,7 @@ PE_File::Hdl_SyntaxError( const char * i_sText) { Cerr() << Env().CurFileName() << ", line " << Env().LineCount() - << ": Sourcecode error: ';' as a toplevel declaration is deprecated." + << ": Sourcecode warning: ';' as a toplevel declaration is deprecated." << Endl(); SetTokenResult(done,stay); return; |