diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-30 22:37:42 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-30 22:58:11 +0200 |
commit | 58482f97c1c54c4008479af46eae47a0b9b6e12b (patch) | |
tree | 79ab4e255739f7131b838409b2747d5e8c115297 | |
parent | ab183029791690d711d858303e2ad0ef5454a2bd (diff) |
Related: tdf#89540 We don't use PseudoSlots in sd
This unbreaks various draw buttons after the addition
of SID_INSERT_DRAW to sd. Also silences the warning
"master slot with non-enum-type found".
Change-Id: I250a1a4b5d24f052d303c24138654f7e41cc4fb6
-rw-r--r-- | sd/sdi/ViewShellBase.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi index 432958216f13..e58605f18acc 100644 --- a/sd/sdi/ViewShellBase.sdi +++ b/sd/sdi/ViewShellBase.sdi @@ -141,6 +141,7 @@ interface ViewShellBaseView [ ExecMethod = Execute ; StateMethod = GetState ; + PseudoSlots = FALSE; ] } |