diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-07-19 22:04:23 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-07-19 22:04:23 +0200 |
commit | 2d2d7121ccac4f35d397aebfc010b88b247644e1 (patch) | |
tree | 5f93e014afb9f8ab4f2e11e5356d92ce9c8a865a /sc/sdi | |
parent | 13afa75fa7892d82f7eeb47b52fdf17fd2a97681 (diff) |
CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index fac67839e656..84c895b8fa3a 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -76,7 +76,6 @@ interface BaseSelection SID_INSERT_PLUGIN [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_INSERT_SOUND [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_INSERT_VIDEO [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] - SID_INSERT_APPLET [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_INSERT_FLOATINGFRAME [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_INSERT_AVMEDIA [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] |