From 0b3640bb457211ff8739c55f285a082b36b83edd Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 12:26:23 +0000 Subject: 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 --- xml2cmp/source/xcd/cr_html.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xml2cmp') diff --git a/xml2cmp/source/xcd/cr_html.hxx b/xml2cmp/source/xcd/cr_html.hxx index 79348aff42d3f..b5542b3a0a26b 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 + + -- cgit