summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/control/filectrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/filectrl.cxx b/svtools/source/control/filectrl.cxx
index 34941ecce52a..0a64a2d95174 100644
--- a/svtools/source/control/filectrl.cxx
+++ b/svtools/source/control/filectrl.cxx
@@ -235,7 +235,7 @@ void FileControl::ImplBrowseFile( )
if ( xFilePicker->execute() )
{
- Sequence < OUString > aPathSeq = xFilePicker->getFiles();
+ Sequence < OUString > aPathSeq = xFilePicker->getSelectedFiles();
if ( aPathSeq.getLength() )
{