summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-01 10:49:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-06-01 10:49:32 +0100
commit9a8d90f6d91d8be40b9d69d407b799922e88fceb (patch)
tree49d0c6fc90ea8ee480f18485e31a2ef7c4da8794 /sfx2
parentc6c14f6ae7f6d7768b450e7776db917bb662f3cf (diff)
fix addGraphicFilter
Change-Id: I44ee2c53bd1f95c08f2d4d6b6cd7af93a0001c9c
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& )
{