summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-21 00:10:09 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-21 00:10:09 -0430
commit21a4d3cafa0f959613991b0b6777c58557ec56c1 (patch)
treeaf88275517c0958ebf60f0801a41a2cc71c6a938 /sfx2/inc
parent9e04ae0b7d86895420634e442a09feb366340393 (diff)
Remove unused attributes from ThumbnailView class.
Change-Id: I4cb95d4f2f11eed332067e332bd9dfd95d119ce9
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/thumbnailview.hxx10
1 files changed, 0 insertions, 10 deletions
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;