svtools/source/uno/unocontroltablemodel.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 739e12f5a12af8ccf7a5338cf02e75e049676331 Author: Noel <[email protected]> AuthorDate: Mon Nov 2 10:05:18 2020 +0200 Commit: Noel Grandin <[email protected]> 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 <[email protected]> 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>(); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
