Kaydet (Commit) 429c6579 authored tarafından jorendc's avatar jorendc Kaydeden (comit) Caolán McNamara

Close Template Dialog when we saved a template

Change-Id: I1529e7d628984d9720dd1169816911a957df7a11
Reviewed-on: https://gerrit.libreoffice.org/7850Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 5784cafe
...@@ -1458,6 +1458,9 @@ void SfxTemplateManagerDlg::OnTemplateSaveAs() ...@@ -1458,6 +1458,9 @@ void SfxTemplateManagerDlg::OnTemplateSaveAs()
if (!aFolderList.isEmpty()) if (!aFolderList.isEmpty())
{ {
} }
// After save file, just close the dialog
Close();
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment