diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-03 09:38:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-04 13:06:42 +0100 |
commit | ef5133e468e70966ef7499a7f1c70ffbfd89f641 (patch) | |
tree | c3b9421aeac7b0a1d710ee3d12662cf4b7508323 /sd | |
parent | e15a843051890a5cb0521ec8192df7cc3ebb86d3 (diff) |
drop dbgutil SdrItemBrowser FloatingWindow
Change-Id: I7a4ca90ea23271e7b6f60d7e47e4513978d3222d
Reviewed-on: https://gerrit.libreoffice.org/84356
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 5 | ||||
-rw-r--r-- | sd/source/ui/view/drviewse.cxx | 9 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index dd64ae35cd4e..5d99ed09b16b 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2091,11 +2091,6 @@ interface DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] - SID_SHOW_ITEMBROWSER // ole : no, status : play rec - [ - ExecMethod = FuSupport ; - StateMethod = GetMenuState ; - ] SID_AUTOSPELL_CHECK // ole : no, status : play rec [ ExecMethod = FuSupport ; diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index 45d5e1bc2a43..97592f5c6a69 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -1339,15 +1339,6 @@ void DrawViewShell::FuSupport(SfxRequest& rReq) } break; -#ifdef DBG_UTIL - case SID_SHOW_ITEMBROWSER: - { - mpDrawView->ShowItemBrowser( !mpDrawView->IsItemBrowserVisible() ); - rReq.Done (); - } - break; -#endif - case SID_AUTOSPELL_CHECK: { bool bOnlineSpell = !GetDoc()->GetOnlineSpell(); |