[Libreoffice-commits] core.git: svx/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 1 09:45:11 UTC 2019


 svx/source/table/tablecontroller.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit bbc0d20310a7031649628a62186b53d96c013891
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Oct 31 09:38:16 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

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;
         }


More information about the Libreoffice-commits mailing list