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

Stephan Bergmann sbergman at redhat.com
Thu Jun 15 13:55:37 UTC 2017


 sw/source/uibase/shells/basesh.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit b279282c364f3c59b25bd9c8a5ece2d29e8bd9f3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 15 09:38:18 2017 +0200

    This SfxItemSet appears to be unused
    
    ...at least ever since 7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import"
    
    Change-Id: I16b02bd3bfd687b0e451840cd53d93866e9c0f0e
    Reviewed-on: https://gerrit.libreoffice.org/38816
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 53c80f3560f5..465048dc32c9 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -1205,11 +1205,6 @@ void SwBaseShell::Execute(SfxRequest &rReq)
         case RES_SHADOW:
         {
             rSh.StartAllAction();
-            SfxItemSet   aSet( rSh.GetAttrPool(),
-                                RES_SHADOW, RES_SHADOW,
-                                RES_BACKGROUND, RES_BACKGROUND, 0 );
-
-            aSet.Put(*pItem);
             // Tabele cell(s) selected?
             if ( rSh.IsTableMode() )
             {


More information about the Libreoffice-commits mailing list