Update comments
Change-Id: I7e3f09d61cb35165000a35c8d3c3f2d284cf164e
This commit is contained in:
@@ -693,8 +693,8 @@ Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection,
|
||||
--nLen;
|
||||
aData.append(::rtl::OUString((const sal_Char*)aCharArray,nLen, _nTextEncoding));
|
||||
|
||||
// It is about Binariy Data, a String, that for StarView is to long or
|
||||
// the driver kan't predict the length of the data - as well as save the
|
||||
// It is about Binary Data, a String, that for StarView is too long or
|
||||
// the driver can't predict the length of the data - as well as save the
|
||||
// MemoryStream.
|
||||
while ((pcbValue == SQL_NO_TOTAL) || pcbValue > nMaxLen)
|
||||
{
|
||||
|
Reference in New Issue
Block a user