summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-10-04 18:11:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-10-04 18:32:38 +0000
commit199f3bce1d5cf6067b5edd60f4909e880fb72f5e (patch)
tree87c5fd8e6c46c7d03916318e5edfd760dfd377b1 /svtools
parente4c58c39590091cd9bbc7ace4ebd81b3241a3816 (diff)
Prefer getSelectedFiles to getFiles (svtools)
Change-Id: I6a61f3a04a8e01c2f0a6a0da8cb989e71c120c9b Reviewed-on: https://gerrit.libreoffice.org/19128 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-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() )
{