diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-12-13 20:34:30 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-13 23:38:19 -0500 |
commit | 098910e4a632bcd561ebb2ba72db00f95d000def (patch) | |
tree | 5482773124db28e430a5cdde68fe0f2da9b005be /sc/source/ui | |
parent | 7f7552fc48b705f433d3e24a15d681d6006f4b1a (diff) |
Removed unused block.
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/view/tabvwshf.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/view/tabvwshf.cxx b/sc/source/ui/view/tabvwshf.cxx index 0c3ad6704df7..b0df88bde439 100644 --- a/sc/source/ui/view/tabvwshf.cxx +++ b/sc/source/ui/view/tabvwshf.cxx @@ -498,12 +498,6 @@ void ScTabViewShell::ExecuteTable( SfxRequest& rReq ) if( IS_AVAILABLE( FN_PARAM_2, &pItem ) ) bCpy = ((const SfxBoolItem*)pItem)->GetValue(); -#if 0 -// This must be checked: - if( IS_AVAILABLE( FN_PARAM_3, &pItem ) ) - aTabName = ((const SfxStringItem*)pItem)->GetValue(); -#endif - if( aDocName.Len() ) { SfxObjectShell* pSh = SfxObjectShell::GetFirst(); |