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 /sd/sdi/ViewShellBase.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 'sd/sdi/ViewShellBase.sdi')
-rw-r--r-- | sd/sdi/ViewShellBase.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi index 1327a2489e34..cc60732b7178 100644 --- a/sd/sdi/ViewShellBase.sdi +++ b/sd/sdi/ViewShellBase.sdi @@ -143,5 +143,5 @@ interface ViewShellBaseView shell ViewShellBase { - import ViewShellBaseView[Automation]; + import ViewShellBaseView; } |