summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/filedlghelper.cxx2
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& )
{