summaryrefslogtreecommitdiff
path: root/xml2cmp/source/support/cmdline.cxx
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
commit6a0e2f736b9654ee3088cc6ec061cdc57f7e2789 (patch)
tree95540be3ab8d96d5af5b8d970231d0df681ef874 /xml2cmp/source/support/cmdline.cxx
parente91eeb91c724771e10d9e7bbd7c73476edc51604 (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/source/support/cmdline.cxx')
-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 d6cb829f7..8c0f54169 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";