diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-08 08:47:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-08 09:37:59 +0200 |
commit | a84026031db35e9388c76c3b365a23e6bf1ed3e6 (patch) | |
tree | 8b4e5a308f82dcfb4f51d43f08f086dca1ac6379 /include/sfx2 | |
parent | 8e8c789742874ac823e68f6154050c64b6fc5b85 (diff) |
loplugin:unusedfields
Change-Id: Ie26c52090d984c40cc108c9f20eb2ba31a866796
Reviewed-on: https://gerrit.libreoffice.org/42090
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index a5a0b73f4e95..4353f27ca3b9 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -379,7 +379,6 @@ struct CustomPropertyLine ScopedVclPtr<CustomPropertiesYesNoButton> m_aYesNoButton; ScopedVclPtr<CustomPropertiesRemoveButton> m_aRemoveButton; - bool m_bIsDate; bool m_bIsRemoved; bool m_bTypeLostFocus; |