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

(-)ooo_1.1.0_src.orig/store/source/storlckb.cxx (-1 / +2 lines)
Lines 124-130 Link Here
124
	const sal_Char *pSrcBuffer, sal_Int32 nSrcLength,
124
	const sal_Char *pSrcBuffer, sal_Int32 nSrcLength,
125
	sal_Unicode    *pDstBuffer, sal_Int32 nDstLength)
125
	sal_Unicode    *pDstBuffer, sal_Int32 nDstLength)
126
{
126
{
127
	sal_uInt32 nCvtInfo, nCvtBytes = 0;
127
	sal_uInt32 nCvtInfo = 0;
128
	sal_Size nCvtBytes = 0;
128
	return rtl_convertTextToUnicode (
129
	return rtl_convertTextToUnicode (
129
		hConverter, 0,
130
		hConverter, 0,
130
		pSrcBuffer, nSrcLength,
131
		pSrcBuffer, nSrcLength,

Return to issue 25582