summaryrefslogtreecommitdiff
path: root/xml2cmp/source/xcd
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:26:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:26:23 +0000
commit0b3640bb457211ff8739c55f285a082b36b83edd (patch)
treed3982cc45858bef3e072a95dbe23378e76b04654 /xml2cmp/source/xcd
parentf73eb381116baf3eeba1f231c7f8c381ef4feb44 (diff)
INTEGRATION: CWS obo05 (1.8.2); FILE MERGED
2006/09/07 08:02:19 obo 1.8.2.2: newline at end of file missing 2006/06/27 13:15:59 obo 1.8.2.1: #i53611# port for .net 2005
Diffstat (limited to 'xml2cmp/source/xcd')
-rw-r--r--xml2cmp/source/xcd/cr_html.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/cr_html.hxx b/xml2cmp/source/xcd/cr_html.hxx
index 79348aff42d3..b5542b3a0a26 100644
--- a/xml2cmp/source/xcd/cr_html.hxx
+++ b/xml2cmp/source/xcd/cr_html.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cr_html.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 20:04:59 $
+ * last change: $Author: vg $ $Date: 2006-09-25 13:26:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,7 +94,7 @@ class HtmlCreator
bool i_bStrong );
void WriteStr(
const char * i_sStr )
- { aFile.write( i_sStr, strlen(i_sStr) ); }
+ { aFile.write( i_sStr, (int) strlen(i_sStr) ); }
// DATA
std::ofstream aFile;
const XmlElement & rDocument;
@@ -105,3 +105,5 @@ class HtmlCreator
#endif
+
+