diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 12:09:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 08:42:41 +0200 |
commit | 742c0838f29bd09505e2cb9ca35debf401c18c23 (patch) | |
tree | a224af9ead35435e613ac03c03ee0f74173c01e5 /svx/source/inc | |
parent | 528632660b72b105345945c13c5b68060d94a91b (diff) |
loplugin:unusedfields in svx part1
Change-Id: I6621e0dda5a5dc3e68c7b1613975c075e2879912
Reviewed-on: https://gerrit.libreoffice.org/39006
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/gridcell.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx index 371a16c11938..151a1f19f2eb 100644 --- a/svx/source/inc/gridcell.hxx +++ b/svx/source/inc/gridcell.hxx @@ -667,7 +667,6 @@ class DbFilterField sal_Int16 m_nControlClass; bool m_bFilterList : 1; bool m_bFilterListFilled : 1; - bool m_bBound : 1; public: DbFilterField(const css::uno::Reference< css::uno::XComponentContext >& rxContext, DbGridColumn& _rColumn); |