From 5da6c31a76a95a19bd15ebdb0d1321b7d1240cc7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 Nov 2021 15:33:13 +0200 Subject: loplugin:finalclasses Change-Id: I10ff73f89c965beb3cfb5fc3a40dd959d8f77aaa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124600 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/inc/gridcell.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'svx/source') diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx index b2aa1140006f..07e45e3cbbfe 100644 --- a/svx/source/inc/gridcell.hxx +++ b/svx/source/inc/gridcell.hxx @@ -75,11 +75,7 @@ class DbGridColumn // this is positioned by the DbBrowseBox on the respective // cells of a column rtl::Reference m_pCell; - -protected: DbGridControl& m_rParent; - -private: sal_Int32 m_nLastVisibleWidth; // only valid if m_bHidden == sal_True sal_Int32 m_nFormatKey; sal_Int16 m_nFieldType; -- cgit