From a84026031db35e9388c76c3b365a23e6bf1ed3e6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Sep 2017 08:47:32 +0200 Subject: loplugin:unusedfields Change-Id: Ie26c52090d984c40cc108c9f20eb2ba31a866796 Reviewed-on: https://gerrit.libreoffice.org/42090 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/dinfdlg.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sfx2') 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 m_aYesNoButton; ScopedVclPtr m_aRemoveButton; - bool m_bIsDate; bool m_bIsRemoved; bool m_bTypeLostFocus; -- cgit