summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-09-17 14:17:32 +0200
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-09-17 14:17:32 +0200
commite9cece0160a22621761d27e09eb47e6095fe91ff (patch)
tree77413138453ef97ac70623003d031bad8536a6c0
parent9a058dcf1691b0c76d063f5ba47ec116b09bc170 (diff)
parent12d7986571cdea99b361a47e94c68c671a559989 (diff)
CWS-TOOLING: integrate CWS cmcfixes78
Notes
split repo tag: ure_ooo/DEV300_m88
-rw-r--r--xml2cmp/source/xcd/main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml2cmp/source/xcd/main.cxx b/xml2cmp/source/xcd/main.cxx
index a4c1c0638e82..d692149d2523 100644
--- a/xml2cmp/source/xcd/main.cxx
+++ b/xml2cmp/source/xcd/main.cxx
@@ -88,7 +88,7 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine)
bool bLoadResult = aParser.LoadFile(i_rCommandLine.XmlSrcFile());
if (! bLoadResult)
{
- std::cerr << "Error: File %s could not be loaded." << i_rCommandLine.XmlSrcFile() << std::endl;
+ std::cerr << "Error: File " << i_rCommandLine.XmlSrcFile() << " could not be loaded." << std::endl;
return 1;
}