[Libreoffice-commits] core.git: svtools/source
Noel (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 2 10:12:51 UTC 2020
svtools/source/uno/unocontroltablemodel.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 739e12f5a12af8ccf7a5338cf02e75e049676331
Author: Noel <noelgrandin at gmail.com>
AuthorDate: Mon Nov 2 10:05:18 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Nov 2 11:12:14 2020 +0100
remove duplicate initialisation
Change-Id: Ia1b99ed420daf5d238082f374eab7b76920714f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105167
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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<GridTableRenderer>( *this );
pInputHandler = std::make_shared<DefaultInputHandler>();
}
More information about the Libreoffice-commits
mailing list