sfx2/source/dialog/filedlghelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9a8d90f6d91d8be40b9d69d407b799922e88fceb
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Jun 1 10:49:32 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Jun 1 10:49:32 2019 +0100

    fix addGraphicFilter
    
    Change-Id: I44ee2c53bd1f95c08f2d4d6b6cd7af93a0001c9c

diff --git a/sfx2/source/dialog/filedlghelper.cxx 
b/sfx2/source/dialog/filedlghelper.cxx
index 682eca3a864b..dd6cde167da1 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -1913,7 +1913,7 @@ void FileDialogHelper_Impl::addGraphicFilter()
 
         // if the extension is "All files", make that the default
         if (aExtensions == FILEDIALOG_FILTER_ALL)
-            maSelectFilter = maSelectFilter;
+            maSelectFilter = aAllFilesName;
     }
     catch( const IllegalArgumentException& )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to