diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-12 08:51:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-12 12:49:43 +0100 |
commit | 6ab83f201d80151a9a7ee22dec412e1c014c4063 (patch) | |
tree | e50678a6b57b539359b41ba3c8ef6bda2127ab58 /include/vcl | |
parent | bf8c1e277159b82362ed8f3a83d1abd0460a25c8 (diff) |
loplugin:singlevalfields in vcl
Change-Id: I71367548ae15ef78f9860bab9bb05c96b82eb54a
Reviewed-on: https://gerrit.libreoffice.org/63275
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/cursor.hxx | 1 | ||||
-rw-r--r-- | include/vcl/tabctrl.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/cursor.hxx b/include/vcl/cursor.hxx index 0a0deb3e84bc..0051a0b7df29 100644 --- a/include/vcl/cursor.hxx +++ b/include/vcl/cursor.hxx @@ -47,7 +47,6 @@ class VCL_DLLPUBLIC Cursor private: std::unique_ptr<ImplCursorData> mpData; VclPtr<vcl::Window> mpWindow; // only for shadow cursor - long mnSlant; Size maSize; Point maPos; short mnOrientation; diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 6fd7cd3841f5..39b45b1b423b 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -53,7 +53,6 @@ protected: std::unique_ptr<ImplTabCtrlData> mpTabCtrlData; long mnLastWidth; long mnLastHeight; - long mnMaxPageWidth; sal_uInt16 mnActPageId; sal_uInt16 mnCurPageId; bool mbFormat; |