summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:56:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:56:02 +0000
commit26b3fca1908ff7f64972a4d1131dd13c76b310a4 (patch)
tree46ac564152fb38d3870a31c46af600b1df064411 /xml2cmp
parentdfb922cb8f4d571de90f23a44d9668c8ee3c1911 (diff)
INTEGRATION: CWS os2port02 (1.9.20); FILE MERGED
2007/10/04 19:45:26 ydario 1.9.20.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_html.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/cr_html.cxx b/xml2cmp/source/xcd/cr_html.cxx
index 4ebcdccdd397..5cb9d813a416 100644
--- a/xml2cmp/source/xcd/cr_html.cxx
+++ b/xml2cmp/source/xcd/cr_html.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cr_html.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2006-09-25 13:26:08 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:56:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@ HtmlCreator::HtmlCreator( const char * i_pOutputFileName,
const XmlElement & i_rDocument,
const Simstr & i_sIDL_BaseDirectory )
: aFile(i_pOutputFileName, std::ios::out
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
| std::ios::binary
#endif
),