summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2001-07-10 12:15:13 +0000
committerNikolai Pretzell <np@openoffice.org>2001-07-10 12:15:13 +0000
commit217d2f863ab1b0d95016e6ccaeefa9b812a21f54 (patch)
treecdbc1d69890e10c3ef7a107c6088067babf76db8 /xml2cmp
parente4e8567c6c300d4252a964b5811e44148f0cb36e (diff)
Fixed: getdescr()-file creation was announced even when not performed.
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/xcd/main.cxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/xml2cmp/source/xcd/main.cxx b/xml2cmp/source/xcd/main.cxx
index 23804d0e8248..e130e821b497 100644
--- a/xml2cmp/source/xcd/main.cxx
+++ b/xml2cmp/source/xcd/main.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: main.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: np $ $Date: 2001-07-10 11:02:30 $
+ * last change: $Author: np $ $Date: 2001-07-10 13:15:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,13 +133,12 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine)
{
Create_AccessMethod( i_rCommandLine.FuncFile(),
aParser.PureText() );
- }
-
- cout << "File "
- << i_rCommandLine.FuncFile()
- << " with component_getDescriptionFunc() is created now."
- << endl;
+ cout << "File "
+ << i_rCommandLine.FuncFile()
+ << " with component_getDescriptionFunc() is created now."
+ << endl;
+ }
// Parse
aParser.Parse();