diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-04 09:32:13 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-05 05:59:17 +0000 |
commit | fd97858e1a7eef0f311a38ee3be41f7548d2c174 (patch) | |
tree | 206672caf2f463b0b0f6c49733acc6ec7f4704ef /basctl/sdi/baside.sdi | |
parent | 001272c9d443bf49be1f8f1f7f96ef9e6356a3ef (diff) |
remove unused Automation from .SDI files
Change-Id: I65e1ca6e022dc76ac96ed75da2c5e78e9356a3e9
Reviewed-on: https://gerrit.libreoffice.org/22107
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basctl/sdi/baside.sdi')
-rw-r--r-- | basctl/sdi/baside.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi index 11ab061430e8..40472c039c5b 100644 --- a/basctl/sdi/baside.sdi +++ b/basctl/sdi/baside.sdi @@ -25,7 +25,7 @@ interface BasicIDEView shell basctl_Shell { - import BasicIDEView [Automation]; + import BasicIDEView; // Current, je nach aktuellem Fenster: @@ -516,6 +516,6 @@ interface BasicIDEDocument shell basctl_DocShell { - import BasicIDEDocument [Automation]; + import BasicIDEDocument; } |