-
Eike Rathke yazdı
8cd05e9c changed from using String to OUString. ScCsvGrid::ImplSetTextLineFix() attempted to copy excess characters (always CSV_MAXSTRLEN if greater than field width) where String::Copy() silently ignored the excess length but OUString::copy() may result in invalid memory accesses and asserts in dbgutil build. Change-Id: Ic9f7f38d6f2bbd770d6356e1304de8e39c09e30b
21cb8210