diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2013-03-13 09:44:56 -0430 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-03-13 15:52:01 +0000 |
commit | 8d5c061cd66c2a0d41ceda7b61cacef1365f7c4f (patch) | |
tree | 0c9b47fcaa91e9daf5de7a1a9323a0e4d8bfa969 /sfx2/inc/templatedlg.hxx | |
parent | 9b080b47c69ed696cf0479be2f3acc030472cc01 (diff) |
Add a button to create a new empty folder in template manager.
Change-Id: I13f77790f26c972bd74dac08c0cb8fd77b049dbf
Reviewed-on: https://gerrit.libreoffice.org/2704
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
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 1cc9ae54d47e..53a70ff10e9d 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -84,6 +84,7 @@ private: void OnTemplateDelete (); void OnTemplateAsDefault (); void OnTemplateExport (); + void OnFolderNew (); void OnFolderDelete (); void OnRepositoryDelete (); void OnTemplateSaveAs (); |