diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-05-23 13:17:14 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-05-25 08:42:00 +0000 |
commit | 5b42c982c10a3a877f1ca9d425b8c0c8e7723520 (patch) | |
tree | bde8cf7ea2d233560198ea3acee46b81da52a487 /include/sfx2/templateproperties.hxx | |
parent | 2f6f409c7a2355f0d9c2267856cb24694cfc25e6 (diff) |
Template Manager: Tooltips to display category
Display categories in search view or all application filter
Change-Id: If4a14ef822a84b4a651ce47d0a448767cfbce80b
Reviewed-on: https://gerrit.libreoffice.org/25352
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/sfx2/templateproperties.hxx')
-rw-r--r-- | include/sfx2/templateproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templateproperties.hxx b/include/sfx2/templateproperties.hxx index 60a406595458..ea2831ba223e 100644 --- a/include/sfx2/templateproperties.hxx +++ b/include/sfx2/templateproperties.hxx @@ -15,12 +15,12 @@ struct TemplateItemProperties { - bool aIsFolder; sal_uInt16 nId; ///< Index for ThumbnailView sal_uInt16 nDocId; ///< Index based on SfxTemplateDocument sal_uInt16 nRegionId; OUString aName; OUString aPath; + OUString aRegionName; BitmapEx aThumbnail; }; |