diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-25 17:49:34 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-06-25 17:50:07 -0430 |
commit | f10e1e007a3e481298649733bf83eff7d32c48d8 (patch) | |
tree | 2a50aaa73a5066a14a7bbe02825e32e4dd47da4b /sfx2/inc/templatedlg.hxx | |
parent | 82e89e6491cacd7f9a588f1bcd02e60bc1272915 (diff) |
Display action popup menu.
Change-Id: I6916be0c62385bd020ce08b314ee836f3c331d14
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index fdf458e1003b..ea82d786c8e7 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -81,6 +81,7 @@ private: ToolBox *mpTemplateBar; TemplateFolderView *maView; PopupMenu *mpCreateMenu; + PopupMenu *mpActionMenu; int mnSelectionCount; std::set<const ThumbnailViewItem*> maSelTemplates; |