Broken code
...from d11b244bf9
"getFiles: truncate to 1 file
only"
Change-Id: I149489212db943f79dfda7f1012d22809f090851
This commit is contained in:
@@ -341,7 +341,7 @@ uno::Sequence< OUString > SAL_CALL KDE4FilePicker::getFiles()
|
||||
if (seq.getLength() > 1)
|
||||
seq.realloc(1);
|
||||
if (seq.getLength() == 1)
|
||||
seq[0] = urls.front();
|
||||
seq[0] = toOUString(urls.front().url());
|
||||
return seq;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user