summaryrefslogtreecommitdiffstats
path: root/xml2cmp/source/support/cmdline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/support/cmdline.cxx')
-rw-r--r--xml2cmp/source/support/cmdline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml2cmp/source/support/cmdline.cxx b/xml2cmp/source/support/cmdline.cxx
index 7ca25d3562c4..2af998cfd922 100644
--- a/xml2cmp/source/support/cmdline.cxx
+++ b/xml2cmp/source/support/cmdline.cxx
@@ -163,7 +163,7 @@ CommandLine::ParseIndexCommand( int argc,
argv );
sIndexFile = sOutputDirectory;
-#if defined(WNT) || defined(OS2)
+#if defined(WNT)
sIndexFile+= "\\xmlindex.html";
#elif defined(UNX)
sIndexFile+= "/xmlindex.html";