summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/cellsh3.cxx')
-rw-r--r--sc/source/ui/view/cellsh3.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx
index 25d2c1005674..36025b4119df 100644
--- a/sc/source/ui/view/cellsh3.cxx
+++ b/sc/source/ui/view/cellsh3.cxx
@@ -54,8 +54,6 @@ using sc::HMMToTwips;
using sc::TwipsToHMM;
using sc::TwipsToEvenHMM;
-
-
void ScCellShell::Execute( SfxRequest& rReq )
{
ScTabViewShell* pTabViewShell = GetViewData()->GetViewShell();
@@ -523,8 +521,6 @@ void ScCellShell::Execute( SfxRequest& rReq )
}
break;
-
-
case FID_ROW_HEIGHT:
{
if ( pReqArgs )
@@ -715,8 +711,6 @@ void ScCellShell::Execute( SfxRequest& rReq )
break;
-
-
case SID_CELL_FORMAT_RESET:
{
pTabViewShell->DeleteContents( IDF_HARDATTR | IDF_EDITATTR );
@@ -886,8 +880,6 @@ void ScCellShell::Execute( SfxRequest& rReq )
}
break;
-
-
case FID_INPUTLINE_STATUS:
OSL_FAIL("Execute von InputLine-Status");
break;