[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 1 09:50:36 UTC 2019


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

New commits:
commit 9a8d90f6d91d8be40b9d69d407b799922e88fceb
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Jun 1 10:49:32 2019 +0100
Commit:     Caolán McNamara <caolanm at 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& )
     {


More information about the Libreoffice-commits mailing list