summaryrefslogtreecommitdiff
path: root/sfx2/inc/templatedlg.hxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-06-28 23:14:52 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-06-28 23:16:02 -0430
commit8f7d779f94ef277ab4162b4a45d81d1fdd2a1f7c (patch)
treeb41be47ee0bd0193bcefac27ff2b66dca7336917 /sfx2/inc/templatedlg.hxx
parent0333ccf342a0e25f0e1836349c469eb2d165bd57 (diff)
Display Move to Folder popup menu when selecting a template.
Change-Id: If4ad6a1809b428b55b26bdb21d64f41cc9b6fbf5
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r--sfx2/inc/templatedlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index 46c3bcfc2225..b406d254352e 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -56,6 +56,7 @@ private:
DECL_LINK(TVTemplateStateHdl, const ThumbnailViewItem*);
DECL_LINK(MenuSelectHdl, Menu*);
+ DECL_LINK(MoveMenuSelectHdl, Menu*);
DECL_LINK(OpenTemplateHdl, ThumbnailViewItem*);
@@ -82,6 +83,7 @@ private:
TemplateFolderView *maView;
PopupMenu *mpCreateMenu;
PopupMenu *mpActionMenu;
+ PopupMenu *mpMoveMenu;
int mnSelectionCount;
std::set<const ThumbnailViewItem*> maSelTemplates;