summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-16 10:14:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-16 13:25:17 +0200
commit4b1d185de3cdab97805391a41c778cce9c5fce19 (patch)
tree3fc55de845d449c92902fc3c59c46eccf266bf53 /include
parentba951a969d76fc5ea863bb19c24140bbf390694b (diff)
loplugin:singlevalfields in vcl
Change-Id: I159f94fba64acc0e0599b64be02c7864b1ed02c3 Reviewed-on: https://gerrit.libreoffice.org/61813 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/slider.hxx1
-rw-r--r--include/vcl/status.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/slider.hxx b/include/vcl/slider.hxx
index cc4919b58fea..6549b4c0ac54 100644
--- a/include/vcl/slider.hxx
+++ b/include/vcl/slider.hxx
@@ -48,7 +48,6 @@ private:
sal_uInt16 mnStateFlags;
ScrollType meScrollType;
bool mbCalcSize;
- bool mbFullDrag;
bool mbScrollTypeSet;
VclPtr<NumericField> mpLinkedField;
diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx
index 1fe0935fc622..bbd270cc4f88 100644
--- a/include/vcl/status.hxx
+++ b/include/vcl/status.hxx
@@ -75,7 +75,6 @@ private:
sal_uInt16 mnCurItemId;
sal_uInt16 mnPercent;
sal_uInt16 mnPercentCount;
- bool mbVisibleItems;
bool mbFormat;
bool mbProgressMode;
bool mbInUserDraw;
@@ -129,8 +128,6 @@ public:
void HideItem( sal_uInt16 nItemId );
bool IsItemVisible( sal_uInt16 nItemId ) const;
- bool AreItemsVisible() const { return mbVisibleItems; }
-
void RedrawItem( sal_uInt16 nItemId );
void Clear();