summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fusel.cxx')
-rw-r--r--sd/source/ui/func/fusel.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx
index 000ac6097e7d..dd9520af513b 100644
--- a/sd/source/ui/func/fusel.cxx
+++ b/sd/source/ui/func/fusel.cxx
@@ -1030,14 +1030,6 @@ void FuSelection::Activate()
{
case SID_OBJECT_ROTATE:
{
- // (mapped) Slot is explicitly set to rotate
- if( mpViewShell->ISA(DrawViewShell) )
- {
- sal_uInt16* pSlotArray =
- static_cast<DrawViewShell*>(mpViewShell)->GetSlotArray();
- pSlotArray[ 1 ] = SID_OBJECT_ROTATE;
- }
-
eMode = SDRDRAG_ROTATE;
if ( mpView->GetDragMode() != eMode )