summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/templatedlg.cxx
diff options
context:
space:
mode:
authorjorendc <joren.libreoffice@telenet.be>2014-02-04 14:31:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-04 20:28:34 +0000
commit429c6579b58861a0bf2c2741e99e1700d51415e2 (patch)
treeb29250a665db34b0102d2c5133c23074933bb6e0 /sfx2/source/doc/templatedlg.cxx
parent5784cafe46338d3b94818213a4443d11c1324af9 (diff)
Close Template Dialog when we saved a template
Change-Id: I1529e7d628984d9720dd1169816911a957df7a11 Reviewed-on: https://gerrit.libreoffice.org/7850 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/doc/templatedlg.cxx')
-rw-r--r--sfx2/source/doc/templatedlg.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index d61d6b5c7155..5c88f99dad9a 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -1458,6 +1458,9 @@ void SfxTemplateManagerDlg::OnTemplateSaveAs()
if (!aFolderList.isEmpty())
{
}
+
+ // After save file, just close the dialog
+ Close();
}
}
}