From bbfe78c4bfb8e7d0e53c171ed9616a8f32240358 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Jun 2017 16:46:50 +0200 Subject: This SfxItemSet appears to be unused Change-Id: Ib9a48e48ceda4d85f6ecca7e2bb436e8aa99d56b Reviewed-on: https://gerrit.libreoffice.org/38703 Reviewed-by: Eike Rathke Tested-by: Jenkins --- sc/source/ui/view/cellsh2.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx index 91b5c5effe12..3c6eec7a0b20 100644 --- a/sc/source/ui/view/cellsh2.cxx +++ b/sc/source/ui/view/cellsh2.cxx @@ -360,7 +360,6 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq ) if( lcl_GetSortParam( pData, aSortParam ) ) { - SfxItemSet aArgSet( GetPool(), SCITEM_SORTDATA, SCITEM_SORTDATA ); SCCOL nCol = GetViewData()->GetCurX(); SCCOL nTab = GetViewData()->GetTabNo(); ScDocument* pDoc = GetViewData()->GetDocument(); @@ -387,8 +386,6 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq ) for ( sal_uInt16 i=1; iUISort( aSortParam ); // subtotal when needed new rReq.Done(); -- cgit