diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-15 15:13:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 05:48:12 +0000 |
commit | b7f9a397fbf8459d166d7bb961d5d8c2c87a0868 (patch) | |
tree | 7991b4d6a75db21a2261e461108d0f44e858f992 /include/sfx2/templateviewitem.hxx | |
parent | 4ca2cf1b7e57c823e911bcbae0c87102a7c9851e (diff) |
loplugin:unusedmethods sfx2(part2)
Change-Id: I82223b72ddb6a9df1ee52a300b083002234602dc
Reviewed-on: https://gerrit.libreoffice.org/17075
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/templateviewitem.hxx')
-rw-r--r-- | include/sfx2/templateviewitem.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/sfx2/templateviewitem.hxx b/include/sfx2/templateviewitem.hxx index 744eedcf8273..9ed06cac7bce 100644 --- a/include/sfx2/templateviewitem.hxx +++ b/include/sfx2/templateviewitem.hxx @@ -24,18 +24,8 @@ public: const OUString& getPath () const { return maPath; } - void setAuthor (const OUString &rAuthor) { maAuthor = rAuthor; } - - const OUString& getAuthor () const { return maAuthor; } - - void setKeywords (const OUString &rKeywords) { maKeywords = rKeywords; } - - const OUString& getKeywords () const { return maKeywords; } - void setSubTitle (const OUString &rTitle) { maSubTitle = rTitle; } - const OUString& getSubTitle () const { return maSubTitle; } - virtual void calculateItemsPosition (const long nThumbnailHeight, const long nDisplayHeight, const long nPadding, sal_uInt32 nMaxTextLength, const ThumbnailItemAttributes *pAttrs) SAL_OVERRIDE; |