diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-23 16:02:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-23 20:49:03 +0100 |
commit | 9c2e77152c3b824153ef5451ababe58dc5ce981c (patch) | |
tree | 7aaeaa6398fceea14ee508c9b3b5c082f2536920 /dbaccess/source/ui/inc/indexcollection.hxx | |
parent | bf059cd63fe01094b3eb469b2f4529820d692f32 (diff) |
loplugin:unusedfields make some fields private
this is one of the secondary analyses this plugin performs
Change-Id: Iaa4424c2396470c6f1df85b0290fbffdda35fa08
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143177
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/inc/indexcollection.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/indexcollection.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/indexcollection.hxx b/dbaccess/source/ui/inc/indexcollection.hxx index d677eed06c5f..3d227b0b3869 100644 --- a/dbaccess/source/ui/inc/indexcollection.hxx +++ b/dbaccess/source/ui/inc/indexcollection.hxx @@ -29,7 +29,6 @@ namespace dbaui // OIndexCollection class OIndexCollection { - protected: css::uno::Reference< css::container::XNameAccess > m_xIndexes; |