From ef82ccdda93186b4cab55aeac3844295194120a4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Mar 2022 10:48:06 +0200 Subject: new loplugin:trivialconstructor Change-Id: Iaaf63c49ce94987ab9c4ebc68e963cc3054a3c34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131342 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/gridctrl.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx index 9551afcbb8da..e029b8e23f8a 100644 --- a/include/svx/gridctrl.hxx +++ b/include/svx/gridctrl.hxx @@ -517,7 +517,6 @@ public: { friend class DbCellControl; friend class RowSetEventListener; - GrantControlAccess() { } }; /// called when a controller needs to be re-initialized -- cgit