summaryrefslogtreecommitdiff
path: root/sfx2/inc/templatedlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r--sfx2/inc/templatedlg.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index 406fcb513ca1..e22fe8c8164e 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -64,6 +64,7 @@ private:
DECL_LINK(MenuSelectHdl, Menu*);
DECL_LINK(MoveMenuSelectHdl, Menu*);
+ DECL_LINK(RepositoryMenuSelectHdl, Menu*);
DECL_LINK(OpenTemplateHdl, ThumbnailViewItem*);
@@ -78,6 +79,8 @@ private:
void centerTopButtons ();
+ void createRepositoryMenu ();
+
// Exchange view between local/online view.
void switchMainView (bool bDisplayLocal);
@@ -119,6 +122,7 @@ private:
TemplateOnlineView *mpOnlineView;
PopupMenu *mpCreateMenu;
PopupMenu *mpActionMenu;
+ PopupMenu *mpRepositoryMenu;
int mnSelectionCount;
std::set<const ThumbnailViewItem*> maSelTemplates;