From 21a4d3cafa0f959613991b0b6777c58557ec56c1 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Tue, 21 Aug 2012 00:10:09 -0430 Subject: Remove unused attributes from ThumbnailView class. Change-Id: I4cb95d4f2f11eed332067e332bd9dfd95d119ce9 --- sfx2/inc/sfx2/thumbnailview.hxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx index 6f0978d97d51..a42b80524278 100644 --- a/sfx2/inc/sfx2/thumbnailview.hxx +++ b/sfx2/inc/sfx2/thumbnailview.hxx @@ -195,10 +195,6 @@ public: sal_uInt16 GetItemId( const Point& rPos ) const; - sal_uInt16 GetColCount() const { return mnUserCols; } - - sal_uInt16 GetLineCount() const { return mnUserVisLines; } - long GetItemWidth() const { return mnItemWidth; } long GetItemHeight() const { return mnItemHeight; } @@ -319,7 +315,6 @@ protected: protected: - Timer maTimer; ValueItemList mItemList; ScrollBar* mpScrBar; Rectangle maItemListRect; @@ -331,15 +326,10 @@ protected: long mnDisplayHeight; // Height of the data display box (name, etc) long mnVisLines; long mnLines; - long mnUserItemWidth; - long mnUserItemHeight; sal_uInt16 mnScrBarOffset; sal_uInt16 mnSelItemId; sal_uInt16 mnHighItemId; sal_uInt16 mnCols; - sal_uInt16 mnCurCol; - sal_uInt16 mnUserCols; - sal_uInt16 mnUserVisLines; sal_uInt16 mnFirstLine; sal_uInt16 mnSpacing; bool mbScroll : 1; -- cgit