Tag: cws_ooh680_dba241c User: oj Date: 2008-04-30 10:23:52+0000 Modified: dba/dbaccess/source/filter/xml/xmlServerDatabase.cxx
Log: #i88091# fix for Adabas and URL File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlServerDatabase.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlServerDatabase.cxx?r1=1.2&r2=1.2.18.1 Delta lines: +3 -2 ------------------- --- xmlServerDatabase.cxx 2007-11-09 08:18:08+0000 1.2 +++ xmlServerDatabase.cxx 2008-04-30 10:23:49+0000 1.2.18.1 @@ -4,9 +4,9 @@ * * $RCSfile: xmlServerDatabase.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.18.1 $ * - * last change: $Author: rt $ $Date: 2007/11/09 08:18:08 $ + * last change: $Author: oj $ $Date: 2008/04/30 10:23:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -160,6 +160,7 @@ else { sURL.append(sType); + sURL.appendAscii(":"); sURL.append(sHostName); if ( sPortNumber.getLength() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
