diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-28 22:21:26 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-28 22:21:26 -0430 |
commit | c6aab78b31d55ce1554b74acd346f1a4bfd4f348 (patch) | |
tree | 128f361c34cc6649ffeb8bc594d472f2136c0881 /sfx2/inc/templatedlg.hxx | |
parent | bfb8b048290fee3b26b08db09271bf2f34316679 (diff) |
Open a template when double clicking in its thumbnail.
Change-Id: I08884e5f113353261aebcd92b6ecf02146b377c1
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index 84b331509f5c..46c3bcfc2225 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -57,6 +57,8 @@ private: DECL_LINK(MenuSelectHdl, Menu*); + DECL_LINK(OpenTemplateHdl, ThumbnailViewItem*); + void OnTemplateImport (); void OnTemplateSearch (); void OnTemplateEdit (); |