diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-21 10:14:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-21 19:31:22 +0100 |
commit | 46db544b41fd30f61dd7b7b4fa2b97ab22ceb079 (patch) | |
tree | 5cd712011c572e4be1a17fc436b1268090e2b003 /sd/source/ui/view/drviewse.cxx | |
parent | c48b87e6e6c23152135c73dddb63c1be9cc321fc (diff) |
unused SID command in sd
Change-Id: I88f207d86bf8d92036f5cc286bf7ab260adea306
Reviewed-on: https://gerrit.libreoffice.org/46887
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/view/drviewse.cxx')
-rw-r--r-- | sd/source/ui/view/drviewse.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index 517417adda4c..5f0aa45bc91e 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -710,13 +710,6 @@ void DrawViewShell::FuSupport(SfxRequest& rReq) switch ( nSId ) { - case SID_CLEAR_UNDO_STACK: - { - GetDocSh()->ClearUndoBuffer(); - rReq.Ignore (); - } - break; - case SID_PRESENTATION: case SID_PRESENTATION_CURRENT_SLIDE: case SID_REHEARSE_TIMINGS: |