diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-14 21:43:30 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-15 07:18:28 -0430 |
commit | 5fedb166239a69a407459254a68ddfad0e034126 (patch) | |
tree | 34e1effd597b2fe18248079ca7f010246781d60a /sfx2/inc | |
parent | e7721a2312b6bc81dbb33919feb065f33e2e61f6 (diff) |
Save template in the currently open overlay.
Change-Id: I8b577ee7ab73384486b4756dd303e595da9210f8
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/templatelocalview.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/templatelocalview.hxx b/sfx2/inc/sfx2/templatelocalview.hxx index 207e1e4f701c..03c4558943e2 100644 --- a/sfx2/inc/sfx2/templatelocalview.hxx +++ b/sfx2/inc/sfx2/templatelocalview.hxx @@ -63,6 +63,10 @@ public: bool exportTo (const sal_uInt16 nItemId, const sal_uInt16 nRegionItemId, const OUString &rName); + bool saveTemplateAs (sal_uInt16 nItemId, + com::sun::star::uno::Reference<com::sun::star::frame::XModel> &rModel, + const OUString &rName); + bool saveTemplateAs (const TemplateLocalViewItem *pDstItem, com::sun::star::uno::Reference<com::sun::star::frame::XModel> &rModel, const OUString &rName); |