summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-07-28 22:28:59 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-07-29 21:29:27 -0430
commit29536cbd49c4bb51cb668f8f2ce45365b29d8333 (patch)
tree4601cfccab38b99d6c0d732009f33b269d3035c0 /sfx2/inc
parent80acf6916401420991cc7a7a83063e893b119a24 (diff)
Add template region source as an argument to removeTemplate method.
- Update OnTemplateDelete to reflect changes. Change-Id: Idd8f39d490168c5c826b0c917c8e0c3e3b78c694
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templatefolderview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/templatefolderview.hxx b/sfx2/inc/sfx2/templatefolderview.hxx
index e11d524e8615..5d23b9feea71 100644
--- a/sfx2/inc/sfx2/templatefolderview.hxx
+++ b/sfx2/inc/sfx2/templatefolderview.hxx
@@ -53,7 +53,7 @@ public:
bool removeRegion (const sal_uInt16 nItemId);
- bool removeTemplate (const sal_uInt16 nItemId);
+ bool removeTemplate (const sal_uInt16 nItemId, const sal_uInt16 nSrcItemId);
bool moveTemplate (const ThumbnailViewItem* pItem, const sal_uInt16 nSrcItem,
const sal_uInt16 nTargetItem, bool bCopy);