From 739e12f5a12af8ccf7a5338cf02e75e049676331 Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 2 Nov 2020 10:05:18 +0200 Subject: remove duplicate initialisation Change-Id: Ia1b99ed420daf5d238082f374eab7b76920714f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105167 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/uno/unocontroltablemodel.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/svtools/source/uno/unocontroltablemodel.cxx b/svtools/source/uno/unocontroltablemodel.cxx index 351719908455..e4711daf33d2 100644 --- a/svtools/source/uno/unocontroltablemodel.cxx +++ b/svtools/source/uno/unocontroltablemodel.cxx @@ -80,9 +80,6 @@ namespace svt::table ,m_eVerticalAlign ( VerticalAlignment_TOP ) ,bEnabled ( true ) { - bHasColumnHeaders = true; - bHasRowHeaders = false; - bEnabled = true; pRenderer = std::make_shared( *this ); pInputHandler = std::make_shared(); } -- cgit