diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-15 13:04:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-06-15 15:51:58 +0200 |
commit | 901c7e55efbe66868bae937f232329beca489191 (patch) | |
tree | 449e642d4a33c5e4be87d9ffa85ed3167cdd70bd | |
parent | d48ea7a1db4eaae0bae094f2155dcd3bc87720eb (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r-- | sw/source/uibase/uiview/viewtab.cxx | 3 |
1 files changed, 0 insertions, 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()); |