summaryrefslogtreecommitdiff
path: root/include/svtools/valueset.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 19:19:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 19:28:07 +0100
commita62a139c4f33b4e981851dac961cfc41f23f896f (patch)
tree2769be51f81f19bf153f9e160c4be6e07a1a45bb /include/svtools/valueset.hxx
parent38d9e38981a8ade60bb627b00197ecd28fb9158e (diff)
loplugin:unusedmethods
Change-Id: Iad97bdbcbec4cbbccf3df9b9d682e744b0c1982e Reviewed-on: https://gerrit.libreoffice.org/85709 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/valueset.hxx')
-rw-r--r--include/svtools/valueset.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 8f3b73fda65e..6b5fd318be9c 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -335,7 +335,6 @@ public:
void SetItemWidth( long nItemWidth );
void SetItemHeight( long nLineHeight );
Size GetLargestItemSize();
- void RecalculateItemSizes();
void SelectItem( sal_uInt16 nItemId );
sal_uInt16 GetSelectedItemId() const
@@ -361,10 +360,6 @@ public:
void SetItemText( sal_uInt16 nItemId, const OUString& rStr );
OUString GetItemText( sal_uInt16 nItemId ) const;
void SetColor( const Color& rColor );
- void SetColor()
- {
- SetColor(COL_TRANSPARENT);
- }
bool IsColor() const
{
return maColor.GetTransparency() == 0;
@@ -387,10 +382,6 @@ public:
{
maSelectHdl = rLink;
}
- void SetDoubleClickHdl(const Link<ValueSet*,void>& rLink)
- {
- maDoubleClickHdl = rLink;
- }
void SetHighlightHdl(const Link<ValueSet*,void>& rLink);