summaryrefslogtreecommitdiff
path: root/vcl/inc/salvtables.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-12-01 15:52:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-12-02 07:08:23 +0000
commit864e4e8c7d1586a86c6268854c513fdce8e2080c (patch)
treebc5384d094d4a868bc030124571be9c32b128fc2 /vcl/inc/salvtables.hxx
parent982f9ec1e07364e317fbcd25f1ef06f984cc0ce8 (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.hxx1
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: