From 95c348afa8f4f17c058c449ded75025175af0e4a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Jun 2017 14:26:45 +0200 Subject: loplugin:unusedfields in svx part2 Change-Id: Ie9fd55b71a152f428a397d9917918f0e9de39aaf Reviewed-on: https://gerrit.libreoffice.org/39014 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/svx/sidebar/LineWidthPopup.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx/sidebar') diff --git a/include/svx/sidebar/LineWidthPopup.hxx b/include/svx/sidebar/LineWidthPopup.hxx index fd7a0ea8215b..4f4823e0abe7 100644 --- a/include/svx/sidebar/LineWidthPopup.hxx +++ b/include/svx/sidebar/LineWidthPopup.hxx @@ -48,9 +48,7 @@ private: MapUnit m_eMapUnit; bool m_bVSFocus; bool m_bCustom; - bool m_bCloseByEdit; long m_nCustomWidth; - long m_nTmpCustomWidth; VclPtr m_xMFWidth; VclPtr m_xBox; VclPtr m_xVSWidth; -- cgit