svx/source/table/tablecontroller.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit bbc0d20310a7031649628a62186b53d96c013891 Author: Tor Lillqvist <[email protected]> AuthorDate: Thu Oct 31 09:38:16 2019 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Fri Nov 1 10:44:34 2019 +0100 Bin code that has been commented-out for ten years. Change-Id: I315e22ce296418799b6f51618cb6276c461b537b Reviewed-on: https://gerrit.libreoffice.org/81873 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx index 18d76e2de465..ffd6ca9f1e90 100644 --- a/svx/source/table/tablecontroller.cxx +++ b/svx/source/table/tablecontroller.cxx @@ -504,12 +504,6 @@ void SvxTableController::GetState( SfxItemSet& rSet ) break; } - case SID_AUTOFORMAT: - case SID_TABLE_SORT_DIALOG: - case SID_TABLE_AUTOSUM: -// if( !mxTable.is() ) -// rSet.DisableItem( nWhich ); - break; default: break; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
