summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-15 17:46:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-15 17:46:06 +0000
commitf13b3ffc99fa3f31b3d266e3afc1ff4e77a66de4 (patch)
treef731b1da1b810873c758d54cf54f569cdb28a49c /autodoc/source/parser/cpp
parent15767df7a8d3b03852c6b01a828b543e19248950 (diff)
INTEGRATION: CWS adc5 (1.3.40); FILE MERGED
2003/04/15 17:21:39 np 1.3.40.1: #108787#
Diffstat (limited to 'autodoc/source/parser/cpp')
-rw-r--r--autodoc/source/parser/cpp/pe_class.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser/cpp/pe_class.cxx b/autodoc/source/parser/cpp/pe_class.cxx
index c4a8891bd143..f5a259cbd88c 100644
--- a/autodoc/source/parser/cpp/pe_class.cxx
+++ b/autodoc/source/parser/cpp/pe_class.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pe_class.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:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -268,7 +268,7 @@ PE_Class::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;