From 901c7e55efbe66868bae937f232329beca489191 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 15 Jun 2017 13:04:19 +0200 Subject: This SfxItemSet appears to be unused ...at least ever since 7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import" Change-Id: I66f937ec5d465340a49fa63174b941d7bbf2f439 Reviewed-on: https://gerrit.libreoffice.org/38826 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/uibase/uiview/viewtab.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/sw/source/uibase/uiview/viewtab.cxx b/sw/source/uibase/uiview/viewtab.cxx index 698b994b5f46..60903b74a50c 100644 --- a/sw/source/uibase/uiview/viewtab.cxx +++ b/sw/source/uibase/uiview/viewtab.cxx @@ -1816,9 +1816,6 @@ void SwView::StateTabWin(SfxItemSet& rSet) long nDist2 = ((bUseVertical ? rRect.Height() : rRect.Width()) - lWidth) /2; ::lcl_FillSvxColumn(rCol, lWidth, aColItem, nDist2); - SfxItemSet aFrameSet(GetPool(), RES_LR_SPACE, RES_LR_SPACE); - rSh.GetFlyFrameAttr( aFrameSet ); - if(bUseVertical) { aColItem.SetLeft(rRect.Top()- rPageRect.Top()); -- cgit