diff options
-rw-r--r-- | sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index e5e8379d54f9..45b75c82ba14 100644 --- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx +++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx @@ -201,7 +201,7 @@ void ScXMLSourceDlg::SelectSourceFile() // File picker dialog cancelled. return; - uno::Sequence<OUString> aFiles = xFilePicker->getFiles(); + uno::Sequence<OUString> aFiles = xFilePicker->getSelectedFiles(); if (!aFiles.getLength()) return; |