summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:56:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:56:22 +0000
commit2e64e3e2f314a2aefce372561a3b29c581518f1c (patch)
tree78997a9192e317d3c586d967c166268ad8d388fa /xml2cmp
parent26b3fca1908ff7f64972a4d1131dd13c76b310a4 (diff)
INTEGRATION: CWS os2port02 (1.10.26); FILE MERGED
2007/10/04 19:45:26 ydario 1.10.26.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/xcd/cr_index.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/cr_index.cxx b/xml2cmp/source/xcd/cr_index.cxx
index 7e9eba7037e8..55ede3c37f4b 100644
--- a/xml2cmp/source/xcd/cr_index.cxx
+++ b/xml2cmp/source/xcd/cr_index.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cr_index.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 20:05:10 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:56:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,7 +166,7 @@ Index::CreateHtmlFileName( char * o_sOutputHtml,
}
strcpy( o_sOutputHtml, sOutputDirectory.str() ); // STRCPY SAFE HERE
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
strcat(o_sOutputHtml, "\\"); // STRCAT SAFE HERE
#elif defined(UNX)
strcat(o_sOutputHtml, "/"); // STRCAT SAFE HERE