diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-20 09:51:59 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-20 18:02:52 +0100 |
commit | b4c18dc0ea32af9f070d43278e547ee0b2e540a4 (patch) | |
tree | a3957e77b0e01429138e256ce47f5930e5941f9b /sw/sdi | |
parent | 6085c81008d768298acfa69ee6ef531ac3c57aab (diff) |
Templates Manager: removed the old dialogs and menu entries
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_drwbase.sdi | 5 | ||||
-rw-r--r-- | sw/sdi/annotsh.sdi | 6 | ||||
-rw-r--r-- | sw/sdi/drwtxtsh.sdi | 5 |
3 files changed, 0 insertions, 16 deletions
diff --git a/sw/sdi/_drwbase.sdi b/sw/sdi/_drwbase.sdi index 5e23241e96e0..4a8de6813b1f 100644 --- a/sw/sdi/_drwbase.sdi +++ b/sw/sdi/_drwbase.sdi @@ -107,11 +107,6 @@ interface BaseTextDrawBase DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - SID_STYLE_CATALOG // ole(no) api(play/rec) - [ - StateMethod = StateDisableItems ; - ] - // #i68101# FN_TITLE_DESCRIPTION_SHAPE [ diff --git a/sw/sdi/annotsh.sdi b/sw/sdi/annotsh.sdi index 0506fd2487f0..12700e27e9e0 100644 --- a/sw/sdi/annotsh.sdi +++ b/sw/sdi/annotsh.sdi @@ -43,12 +43,6 @@ interface Annotation : _Annotation DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - SID_STYLE_CATALOG // ole(no) api(play/rec) - [ - StateMethod = StateDisableItems ; - DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; - ] - SID_TWAIN_SELECT [ StateMethod = StateDisableItems ; diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi index 58a44d123ddf..0bfb4551ed2e 100644 --- a/sw/sdi/drwtxtsh.sdi +++ b/sw/sdi/drwtxtsh.sdi @@ -443,11 +443,6 @@ interface TextDrawText DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - SID_STYLE_CATALOG // ole(no) api(play/rec) - [ - StateMethod = StateDisableItems ; - ] - SID_AUTOSPELL_CHECK [ ExecMethod = Execute; |