diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-29 20:56:56 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-29 20:56:56 -0430 |
commit | 1710ad0793fd3edaf65d26bb4acc1ecc8873b5b3 (patch) | |
tree | 1a8080305e186d0d47e58639e0f4d204434882ba /sfx2 | |
parent | f55ae0944196f44bc10484b84e50a991b54c9d9c (diff) |
Close dialog after selecting a template to work on.
Change-Id: I5fc929ae08f05dbaab2680a527fe339a066cd5bc
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 b1eff28a9aae..b2f6d59a1bb3 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -457,6 +457,8 @@ IMPL_LINK(SfxTemplateManagerDlg, OpenTemplateHdl, ThumbnailViewItem*, pItem) { } + Close(); + return 0; } |