summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-10 20:04:29 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-11 19:57:41 -0430
commitcacba91215f22dad6ddaa055700f40da5b8e8811 (patch)
treec35cf5d60edcd07340554c7f13995faaa7b9ec23 /sfx2/inc
parent533194a6b39fd7e7bb2359c75ce242dc65f97f12 (diff)
Add an index for tracking SfxDocumentTemplate item.
Change-Id: I7d1672e48ef638ac537e5675ed27b67376666d59
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templateproperties.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/templateproperties.hxx b/sfx2/inc/sfx2/templateproperties.hxx
index 8891ee956b27..ffa9003955a8 100644
--- a/sfx2/inc/sfx2/templateproperties.hxx
+++ b/sfx2/inc/sfx2/templateproperties.hxx
@@ -15,7 +15,8 @@
struct TemplateItemProperties
{
- sal_uInt16 nId;
+ sal_uInt16 nId; ///< Index for ThumbnailView
+ sal_uInt16 nDocId; ///< Index based on SfxTemplateDocument
sal_uInt16 nRegionId;
rtl::OUString aName;
rtl::OUString aPath;