summaryrefslogtreecommitdiff
path: root/include/sfx2/templateviewitem.hxx
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-05-23 13:17:14 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-05-25 08:42:00 +0000
commit5b42c982c10a3a877f1ca9d425b8c0c8e7723520 (patch)
treebde8cf7ea2d233560198ea3acee46b81da52a487 /include/sfx2/templateviewitem.hxx
parent2f6f409c7a2355f0d9c2267856cb24694cfc25e6 (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/templateviewitem.hxx')
-rw-r--r--include/sfx2/templateviewitem.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/templateviewitem.hxx b/include/sfx2/templateviewitem.hxx
index abfee232f1f0..c7e1b9330ec9 100644
--- a/include/sfx2/templateviewitem.hxx
+++ b/include/sfx2/templateviewitem.hxx
@@ -24,12 +24,6 @@ public:
const OUString& getPath () const { return maPath; }
- void setSubTitle (const OUString &rTitle) { maSubTitle = rTitle; }
-
- virtual void calculateItemsPosition (const long nThumbnailHeight, const long nDisplayHeight,
- const long nPadding, sal_uInt32 nMaxTextLength,
- const ThumbnailItemAttributes *pAttrs) override;
-
virtual void Paint (drawinglayer::processor2d::BaseProcessor2D *pProcessor,
const ThumbnailItemAttributes *pAttrs) override;
@@ -39,7 +33,6 @@ public:
private:
OUString maPath;
- OUString maSubTitle;
Point maSubTitlePos;
};