summaryrefslogtreecommitdiff
path: root/xml2cmp/source/xcd/main.cxx
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
commit4cd3281affdab81623f6108b3aba8ef8e6b369d3 (patch)
treef781ac75e0edcd48bf9290a41b0f70a0edf48e96 /xml2cmp/source/xcd/main.cxx
parentff44f20e1d9a31453a3cca706d642ef1ed4d49d1 (diff)
Fixed: getdescr()-file creation was announced even when not performed.
Diffstat (limited to 'xml2cmp/source/xcd/main.cxx')
-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 283b9d436..418b91858 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();