diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-27 09:10:24 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-29 21:29:23 -0430 |
commit | 72b48950556820cac8198da467254b25f2e054c4 (patch) | |
tree | 1a3fd7b68b8f3385bbef830f1bfc9e5ed19e5b4d /sfx2/inc | |
parent | c180c37c032532df0534856cd1d9791c0e965d49 (diff) |
Do different action when moving templates depending on the active view.
Change-Id: I97726bf0d8e26f833fc96274a908e72c6110d86b
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index 23fd9a4d0fc3..607d39421091 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -81,6 +81,22 @@ private: // Exchange view between local/online view. void switchMainView (bool bDisplayLocal); + /** + * + * Move templates stored in the filesystem to another folder. + * + **/ + + void localMoveTo (sal_uInt16 nMenuId); + + /** + * + * Move search result templates stored in the filesystem to another folder. + * + **/ + + void localSearchMoveTo (sal_uInt16 nMenuId); + private: PushButton aButtonAll; |