summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/thumbnailview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/thumbnailview.hxx')
-rw-r--r--sfx2/inc/sfx2/thumbnailview.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx
index 935624bbeb93..6ebe23f2ddec 100644
--- a/sfx2/inc/sfx2/thumbnailview.hxx
+++ b/sfx2/inc/sfx2/thumbnailview.hxx
@@ -225,8 +225,6 @@ public:
Color GetColor() const { return maColor; }
- void SetTransparence( double nTransparence );
-
bool IsColor() const { return maColor.GetTransparency() == 0; }
Size CalcWindowSizePixel(sal_uInt16 nCalcCols, sal_uInt16 nCalcLines,
@@ -306,7 +304,6 @@ protected:
ScrollBar* mpScrBar;
Rectangle maItemListRect;
long mnHeaderHeight;
- long mnFooterHeight;
long mnItemWidth;
long mnItemHeight;
long mnItemPadding;
@@ -324,7 +321,6 @@ protected:
bool mbIsTransientChildrenDisabled : 1;
bool mbHasVisibleItems : 1;
Color maColor;
- double mnTransparence;
Link maItemStateHdl;
ThumbnailItemAttributes *mpItemAttrs;