Kaydet (Commit) 7f32aec6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Broken code

...from d11b244b "getFiles: truncate to 1 file
only"

Change-Id: I149489212db943f79dfda7f1012d22809f090851
üst 5b16fff9
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment