diff options
Diffstat (limited to 'sw/sdi/wbasesh.sdi')
-rw-r--r-- | sw/sdi/wbasesh.sdi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/sdi/wbasesh.sdi b/sw/sdi/wbasesh.sdi index 43f1fac487fc..309981758894 100644 --- a/sw/sdi/wbasesh.sdi +++ b/sw/sdi/wbasesh.sdi @@ -17,9 +17,6 @@ */ interface WebSelection : BaseTextSelection -[ - Automation = FALSE; -] { // hier kommt nur dann etwas hinein, wenn es im // kompletten StarWriter nicht benoetigt wird @@ -27,7 +24,7 @@ interface WebSelection : BaseTextSelection shell SwWebBaseShell { - import WebSelection[Automation]; + import WebSelection; import Interior "Interior"; import Shadow "Shadow"; |