summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-15 09:38:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-15 15:55:07 +0200
commitb279282c364f3c59b25bd9c8a5ece2d29e8bd9f3 (patch)
treee05bdc54eb2124233f079b96d6b35d42f8522699 /sw
parent9e15697b5ec21114e32466762dab94cba1bfe97b (diff)
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@collabora.co.uk> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/basesh.cxx5
1 files changed, 0 insertions, 5 deletions
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() )
{