-
Stephan Bergmann yazdı
The original code introduced with 1d10fb11 "New: Text adjustment in multiportions" read + if( nMultiSpace < KSHRT_MAX ) + { + pCurr->GetpSpaceAdd()->Insert(KSHORT(nMultiSpace),0); + bRet = sal_True; + } so needed nMulitSpace to fit into KSHORT (an alias for USHORT back then), whereas today nMultiSpace is inserted into a std::vector<long>. Change-Id: I24cafa7e295b87bf93f4e0ef5fbda5f99834286a Reviewed-on: https://gerrit.libreoffice.org/49034Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
fd0e8bee