diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-03-25 13:56:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-25 14:13:12 +0100 |
commit | eab3fa1f372887c913b2f2d85bbccadede10355d (patch) | |
tree | 67c6e1427a5314d4df15424a4b2ae5f8290592cc /sc | |
parent | 96900c6de49de3ff41f99e13bb6991b8b17d29f0 (diff) |
loplugin:unusedvarsglobal
Change-Id: Ie73c8bec0196c680311b0959f3a17c3af900ce88
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113084
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/inscodlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inscodlg.hxx b/sc/source/ui/inc/inscodlg.hxx index 7c7992c99c73..b480eb6b4196 100644 --- a/sc/source/ui/inc/inscodlg.hxx +++ b/sc/source/ui/inc/inscodlg.hxx @@ -85,7 +85,6 @@ private: std::unique_ptr<weld::CheckButton> mxImmediately; - static bool bPreviousAllCheck; static InsertDeleteFlags nPreviousChecks; static InsertContentsFlags nPreviousChecks2; static ScPasteFunc nPreviousFormulaChecks; |