summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/view/cellsh4.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx
index e6e98c692464..0aa9280f7154 100644
--- a/sc/source/ui/view/cellsh4.cxx
+++ b/sc/source/ui/view/cellsh4.cxx
@@ -84,12 +84,6 @@ void ScCellShell::ExecuteCursor( SfxRequest& rReq )
case SID_CURSORPAGEUP:
rReq.SetSlot(SID_CURSORPAGEUP_SEL);
break;
- case SID_CURSORPAGERIGHT:
- rReq.SetSlot(SID_CURSORPAGERIGHT_SEL);
- break;
- case SID_CURSORPAGELEFT:
- rReq.SetSlot(SID_CURSORPAGELEFT_SEL);
- break;
case SID_CURSORBLKDOWN:
rReq.SetSlot(SID_CURSORBLKDOWN_SEL);
break;