diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-01 15:52:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-02 07:08:23 +0000 |
commit | 864e4e8c7d1586a86c6268854c513fdce8e2080c (patch) | |
tree | bc5384d094d4a868bc030124571be9c32b128fc2 /vcl/inc/salvtables.hxx | |
parent | 982f9ec1e07364e317fbcd25f1ef06f984cc0ce8 (diff) |
loplugin:unusedfields make some fields private
Change-Id: I1dfa1818f607fbc35a17bf13590fae47994df89d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143530
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/salvtables.hxx')
-rw-r--r-- | vcl/inc/salvtables.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx index fe1e5078ef2f..7ad7a145e8af 100644 --- a/vcl/inc/salvtables.hxx +++ b/vcl/inc/salvtables.hxx @@ -417,7 +417,6 @@ public: class SalInstanceContainer : public SalInstanceWidget, public virtual weld::Container { -protected: VclPtr<vcl::Window> m_xContainer; public: |