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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/sdi/smslots.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index d00382d2bd18..e51e212206f9 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -47,7 +47,7 @@ StarMath shell SmModule { - import StarMath[Automation]; + import StarMath; } interface FormulaDocument @@ -142,7 +142,7 @@ interface FormulaDocument shell SmDocShell { - import FormulaDocument[Automation]; + import FormulaDocument; } @@ -315,7 +315,7 @@ interface FormulaView shell SmViewShell { - import FormulaView[Automation]; + import FormulaView; } } |