diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-27 08:12:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 06:41:25 +0000 |
commit | 2fc5ef74c5200bdb82cdbbc812d7ac05a9a489dd (patch) | |
tree | 932e26fbe450925af9c91991d5b48189cd905f00 /sfx2/sdi/frmslots.sdi | |
parent | f5738518a6ff5321d4d35d9bed4a640ae0a6ae9a (diff) |
remove unhandled SID commands from sfx2
Change-Id: I5473dbb1fdc2c3779892610ab4ea5f6146291921
Reviewed-on: https://gerrit.libreoffice.org/35742
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/sdi/frmslots.sdi')
-rw-r--r-- | sfx2/sdi/frmslots.sdi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index 3d41c1c72d6a..fb9465abb512 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -43,11 +43,6 @@ interface Window ExecMethod = ChildWindowExecute ; StateMethod = ChildWindowState ; ] - SID_SHOW_BROWSER // ole(no) api(final/play/rec) - [ - ExecMethod = ChildWindowExecute ; - StateMethod = ChildWindowState ; - ] SID_BROWSER // ole(no) api() [ ExecMethod = ChildWindowExecute ; @@ -58,16 +53,6 @@ interface Window ExecMethod = ChildWindowExecute ; StateMethod = ChildWindowState ; ] - SID_PARTWIN // ole(no) api() - [ - ExecMethod = ChildWindowExecute ; - StateMethod = ChildWindowState ; - ] - SID_TIPWINDOW - [ - ExecMethod = ChildWindowExecute ; - StateMethod = ChildWindowState ; - ] SID_SEARCH_DLG // ole(no) api(final/play/rec) [ ExecMethod = ChildWindowExecute ; @@ -305,11 +290,6 @@ shell SfxViewFrame { import TopWindow; - SID_FORMATMENUSTATE - [ - StateMethod = MiscState_Impl ; - ] - SID_ACTIVATE // ole(no) api(final/play/rec) [ ExecMethod = Exec_Impl ; |