diff --git a/sd/sdi/NotesPanelView.sdi b/sd/sdi/NotesPanelView.sdi index 90217efaa4e8..b54addb52b8c 100644 --- a/sd/sdi/NotesPanelView.sdi +++ b/sd/sdi/NotesPanelView.sdi @@ -195,17 +195,6 @@ interface NotesPanelView ExecMethod = FuPermanent ; StateMethod = GetMenuState ; ] - SID_SAVEDOC // ole : no, status : ? - [ - ExecMethod = Execute ; - StateMethod = GetMenuState ; - GroupId = SfxGroupId::Document ; - ] - SID_SAVEASDOC // ole : no, status : ? - [ - ExecMethod = Execute ; - GroupId = SfxGroupId::Document ; - ] SID_RULER // ole : no, status : ? [ ExecMethod = FuSupport ; diff --git a/sd/source/ui/view/NotesPanelViewShell.cxx b/sd/source/ui/view/NotesPanelViewShell.cxx index 82f3133dad75..6bccc766b7cb 100644 --- a/sd/source/ui/view/NotesPanelViewShell.cxx +++ b/sd/source/ui/view/NotesPanelViewShell.cxx @@ -1336,11 +1336,6 @@ void NotesPanelViewShell::Execute(SfxRequest& rReq) switch (rReq.GetSlot()) { - case SID_SAVEDOC: - case SID_SAVEASDOC: - PrepareClose(); - break; - case SID_SEARCH_ITEM: // Forward this request to the common (old) code of the // document shell.