summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:55:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:55:12 +0000
commit97a042f038aedae294790440fe312a317cc3670d (patch)
tree9c7bb1da6b553af2703fbd404a8e9c975ec1f2df /xml2cmp
parent2b8adc661235eae47d0be20d6811745cee110e6a (diff)
INTEGRATION: CWS os2port02 (1.6.40); FILE MERGED
2007/10/04 19:45:25 ydario 1.6.40.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/support/cmdline.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/support/cmdline.cxx b/xml2cmp/source/support/cmdline.cxx
index 045f2193cd83..92516e8f531e 100644
--- a/xml2cmp/source/support/cmdline.cxx
+++ b/xml2cmp/source/support/cmdline.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cmdline.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:55:55 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:55:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -170,7 +170,7 @@ CommandLine::ParseIndexCommand( int argc,
argv );
sIndexFile = sOutputDirectory;
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
sIndexFile+= "\\xmlindex.html";
#elif defined(UNX)
sIndexFile+= "/xmlindex.html";