summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/basesh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/basesh.cxx')
-rw-r--r--sw/source/ui/shells/basesh.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx
index 0235915e5a9d..38816bab6cea 100644
--- a/sw/source/ui/shells/basesh.cxx
+++ b/sw/source/ui/shells/basesh.cxx
@@ -1406,13 +1406,9 @@ void SwBaseShell::GetState( SfxItemSet &rSet )
}
else
rSh.GetCurAttr( aSet );
-#if OSL_DEBUG_LEVEL > 1
const SvxShadowItem& rShItem = (const SvxShadowItem&)aSet.Get(nWhich);
rSet.Put(rShItem);
-#else
- rSet.Put((const SvxShadowItem&)aSet.Get(nWhich));
-#endif
}
break;
case SID_IMAP: