summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 08:23:50 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:46 +0200
commit49d85c15362a8f91a0f1528c25a3927ba04bdb7c (patch)
tree7a7a886dfe338c257d8d8d967b9d669cfb881373 /include/sfx2
parent56b24765f24222d3d1a2fe488b89c56a331ffce0 (diff)
remove unused code in ThumbnailView
ThumbnailView::DeselectItem(unsigned short) ThumbnailView::GetItemText(unsigned short) const ThumbnailView::SetColor(Color const&) Change-Id: Ifed909b3c6b32e7e553bee29fbf989963c733e69
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/thumbnailview.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 761b45b89a37..5d12f4653836 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -216,8 +216,6 @@ public:
void SelectItem( sal_uInt16 nItemId );
- void DeselectItem( sal_uInt16 nItemId );
-
bool IsItemSelected( sal_uInt16 nItemId ) const;
/**
@@ -228,14 +226,8 @@ public:
void deselectItems ();
- OUString GetItemText( sal_uInt16 nItemId ) const;
-
void ShowTooltips( bool bShowTooltips );
- void SetColor( const Color& rColor );
-
- void SetColor() { SetColor( Color( COL_TRANSPARENT ) ); }
-
Color GetColor() const { return maColor; }
bool IsColor() const { return maColor.GetTransparency() == 0; }