summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-07-25 13:53:02 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-07-25 13:53:02 +0000
commit4c9fff1aec7224e94b76d7646d2d7a5530504e40 (patch)
tree1d3e308e9e1b00b58e6178190ffbd1049b38c6a0 /idlc
parent39f8804fcb5d122748896a7577deb371e9badb32 (diff)
#87190# correct include options
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/options.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx
index dafb5478abdf..849332ab9ebf 100644
--- a/idlc/source/options.cxx
+++ b/idlc/source/options.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: options.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2001-05-10 13:07:49 $
+ * last change: $Author: jsc $ $Date: 2001-07-25 14:53:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -159,7 +159,7 @@ sal_Bool Options::initOptions(int ac, char* av[], sal_Bool bCmdFile)
OString tmp(s);
sal_Int32 nIndex = 0;
inc = OString();
- do inc = inc + "-I" + tmp.getToken( 0, ';', nIndex ); while( nIndex != -1 );
+ do inc = inc + " -I" + tmp.getToken( 0, ';', nIndex ); while( nIndex != -1 );
} else
inc = OString("-I") + s;