diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-21 11:31:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-22 13:21:36 +0100 |
commit | 91436c281b6cbd7ca3678370afe2f9d874a4e422 (patch) | |
tree | a25a27b1c8c4437e7e399e65cb2f312c80f133f3 /cui/source/inc/align.hxx | |
parent | 822375143bc8529dbbb6ec66d616aecbe94135b5 (diff) |
loplugin:unusedfields update the post-process script
(*) ignore temporary fields in lambdas
(*) don't ignore the vcl/weld stuff anymore
Change-Id: I4cda18f779588409891a2b2f8b1371e60f9b9ac0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143090
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/align.hxx')
-rw-r--r-- | cui/source/inc/align.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx index 7f4b906a3923..caea33e42150 100644 --- a/cui/source/inc/align.hxx +++ b/cui/source/inc/align.hxx @@ -94,7 +94,6 @@ private: std::unique_ptr<weld::CheckButton> m_xCbStacked; std::unique_ptr<weld::CheckButton> m_xCbAsianMode; - std::unique_ptr<weld::Widget> m_xBoxDirection; std::unique_ptr<weld::CheckButton> m_xBtnWrap; std::unique_ptr<weld::CheckButton> m_xBtnHyphen; std::unique_ptr<weld::CheckButton> m_xBtnShrink; |