diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-28 23:07:55 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-29 21:29:28 -0430 |
commit | 3390725129eb694cb42e99086b90f34c8aa0e14d (patch) | |
tree | 08f1fc3178c60bad15db33b620e6ef128bce49a4 /sfx2 | |
parent | 194429cea1f55f385de9b1ad8793fb1688e71670 (diff) |
Close dialog after opening a template to edit it.
Change-Id: I9d2aaddb6aece8db87d82d4a889be8e545303dd3
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index 41edc77e031e..1256fdfcb243 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -757,6 +757,8 @@ void SfxTemplateManagerDlg::OnTemplateEdit () { } } + + Close(); } void SfxTemplateManagerDlg::OnTemplateProperties () |