diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-01 10:49:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-01 10:49:32 +0100 |
commit | 9a8d90f6d91d8be40b9d69d407b799922e88fceb (patch) | |
tree | 49d0c6fc90ea8ee480f18485e31a2ef7c4da8794 /sfx2 | |
parent | c6c14f6ae7f6d7768b450e7776db917bb662f3cf (diff) |
fix addGraphicFilter
Change-Id: I44ee2c53bd1f95c08f2d4d6b6cd7af93a0001c9c
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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& ) { |