diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-07-18 16:52:27 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-07-18 16:52:27 +0000 |
commit | 1e4f780f3778b6f31505f9267eb298de862a44f9 (patch) | |
tree | 7106885c0095d62e47d6b71941ae6bb4872229d7 /xml2cmp | |
parent | 3b343d26ad44c6234be27f29e8592644f04ff201 (diff) |
#87298#
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/main.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/main.cxx b/xml2cmp/source/xcd/main.cxx index e130e821b497..8ca4d3a5e91c 100644 --- a/xml2cmp/source/xcd/main.cxx +++ b/xml2cmp/source/xcd/main.cxx @@ -2,9 +2,9 @@ * * $RCSfile: main.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: np $ $Date: 2001-07-10 13:15:13 $ + * last change: $Author: hjs $ $Date: 2001-07-18 17:52:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,7 @@ main( int argc, if (! aCommandLine.IsOk()) { - cerr << aCommandLine.ErrorText() << endl; + std::cerr << aCommandLine.ErrorText() << std::endl ; return 1; } |