View | Details | Raw Unified | Return to issue 36364
Collapse All | Expand All

(-)ooo_cws_src680_ooo64bit02_src.orig/connectivity/source/drivers/odbc/OResultSet.cxx (-1 / +1 lines)
Lines 1669-1675 Link Here
1669
			if (nRet != SQL_SUCCESS && nRet != SQL_SUCCESS_WITH_INFO && nRet != SQL_NEED_DATA)
1669
			if (nRet != SQL_SUCCESS && nRet != SQL_SUCCESS_WITH_INFO && nRet != SQL_NEED_DATA)
1670
				break;
1670
				break;
1671
1671
1672
			sal_Int32 nColumnIndex ( reinterpret_cast<sal_Int32>(pColumnIndex));
1672
			sal_IntPtr nColumnIndex ( reinterpret_cast<sal_IntPtr>(pColumnIndex));
1673
			Sequence< sal_Int8 > aSeq;
1673
			Sequence< sal_Int8 > aSeq;
1674
			switch(m_aRow[nColumnIndex].getTypeKind())
1674
			switch(m_aRow[nColumnIndex].getTypeKind())
1675
			{
1675
			{

Return to issue 36364