summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews2.cxx')
-rw-r--r--sd/source/ui/view/drviews2.cxx37
1 files changed, 0 insertions, 37 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 8704f87cd6ae..b78b8ce9c1a0 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -538,36 +538,6 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
rReq.Done ();
break;
}
- case SID_ZOOMING : // no menu entry, but generated from zoom dialog
- {
- const SfxItemSet* pArgs = rReq.GetArgs();
-
- if (pArgs)
- if (pArgs->Count () == 1)
- {
- const SfxUInt32Item* pScale = rReq.GetArg<SfxUInt32Item>(ID_VAL_ZOOM);
- if (CHECK_RANGE (10, pScale->GetValue (), 1000))
- {
- SetZoom (pScale->GetValue ());
-
- SfxBindings& rBindings = GetViewFrame()->GetBindings();
- rBindings.Invalidate( SID_ATTR_ZOOM );
- rBindings.Invalidate( SID_ZOOM_IN );
- rBindings.Invalidate( SID_ZOOM_OUT );
- rBindings.Invalidate( SID_ATTR_ZOOMSLIDER );
- }
-#if HAVE_FEATURE_SCRIPTING
- else StarBASIC::FatalError (ERRCODE_BASIC_BAD_PROP_VALUE);
-#endif
- rReq.Ignore ();
- break;
- }
-#if HAVE_FEATURE_SCRIPTING
- StarBASIC::FatalError (ERRCODE_BASIC_WRONG_ARGS);
-#endif
- rReq.Ignore ();
- break;
- }
case SID_ATTR_ZOOM:
{
@@ -1385,13 +1355,6 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
}
break;
- case SID_VECTORIZE:
- {
- SetCurrentFunction( FuVectorize::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) );
- Cancel();
- }
- break;
-
case SID_INSERTLAYER:
{
if ( mpDrawView->IsTextEdit() )