diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-11-23 16:52:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-11-23 21:27:25 +0100 |
commit | 8c9a3195068bf00e00290f363d5028e9986bbba6 (patch) | |
tree | bd571c7e021526bcd098952ea380dc039b70ee04 /sd | |
parent | a27f26228c8311b3b01ecca81d6cdcd3ceb644e1 (diff) |
Resolves: tdf#113962 save detected filter outside file dialog
different file dialog impls work differently so store the
detected filter outside the file dialog
Change-Id: I144d8df06e5265fed8f11b284a2f40c17c3e09ef
Reviewed-on: https://gerrit.libreoffice.org/45166
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuinsert.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index 97fdea1f5768..e0ad64bd7169 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -148,7 +148,7 @@ void FuInsertGraphic::DoExecute( SfxRequest& rReq ) nError = aDlg.GetGraphic(aGraphic); bAsLink = aDlg.IsAsLink(); aFileName = aDlg.GetPath(); - aFilterName = aDlg.GetCurrentFilter(); + aFilterName = aDlg.GetDetectedFilter(); } if( nError == ERRCODE_NONE ) |