summaryrefslogtreecommitdiffstats
path: root/sd/sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 09:32:13 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-05 05:59:17 +0000
commitfd97858e1a7eef0f311a38ee3be41f7548d2c174 (patch)
tree206672caf2f463b0b0f6c49733acc6ec7f4704ef /sd/sdi
parentofficebeans: RVP no longer used, only local used now (diff)
downloadcore-fd97858e1a7eef0f311a38ee3be41f7548d2c174.tar.gz
core-fd97858e1a7eef0f311a38ee3be41f7548d2c174.zip
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')
-rw-r--r--sd/sdi/SlideSorterController.sdi4
-rw-r--r--sd/sdi/ViewShellBase.sdi2
-rw-r--r--sd/sdi/app.sdi2
-rw-r--r--sd/sdi/docshell.sdi2
-rw-r--r--sd/sdi/drviewsh.sdi6
-rw-r--r--sd/sdi/grdocsh.sdi2
-rw-r--r--sd/sdi/grviewsh.sdi2
-rw-r--r--sd/sdi/outlnvsh.sdi2
8 files changed, 11 insertions, 11 deletions
diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi
index 5008e17c1cea..a6b2bb007502 100644
--- a/sd/sdi/SlideSorterController.sdi
+++ b/sd/sdi/SlideSorterController.sdi
@@ -322,10 +322,10 @@ interface SlideSorterView
shell SlideSorterController
{
- import SlideSorterView[Automation];
+ import SlideSorterView;
}
shell SlideSorterViewShell
{
- import SlideSorterView[Automation];
+ import SlideSorterView;
}
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;
}
diff --git a/sd/sdi/app.sdi b/sd/sdi/app.sdi
index 7eaaf2e6a55c..e4e10d652007 100644
--- a/sd/sdi/app.sdi
+++ b/sd/sdi/app.sdi
@@ -97,6 +97,6 @@ interface StarImpress
shell SdModule
{
- import StarImpress[Automation];
+ import StarImpress;
}
diff --git a/sd/sdi/docshell.sdi b/sd/sdi/docshell.sdi
index 6cbb6b9f8b8a..89a2766c90f4 100644
--- a/sd/sdi/docshell.sdi
+++ b/sd/sdi/docshell.sdi
@@ -25,5 +25,5 @@ interface ImpressDocument : DrawDocument
shell DrawDocShell
{
- import ImpressDocument[Automation];
+ import ImpressDocument;
}
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi
index 228467b77c1f..3ec71655ff51 100644
--- a/sd/sdi/drviewsh.sdi
+++ b/sd/sdi/drviewsh.sdi
@@ -196,17 +196,17 @@ interface ImpressEditView : DrawView
shell DrawViewShell
{
- import ImpressEditView[Automation];
+ import ImpressEditView;
}
shell PresentationViewShell
{
- import ImpressEditView[Automation];
+ import ImpressEditView;
}
shell PreviewViewShell
{
- import ImpressEditView[Automation];
+ import ImpressEditView;
}
diff --git a/sd/sdi/grdocsh.sdi b/sd/sdi/grdocsh.sdi
index 6f17114ab609..892edfadf35a 100644
--- a/sd/sdi/grdocsh.sdi
+++ b/sd/sdi/grdocsh.sdi
@@ -25,5 +25,5 @@ interface GraphicDocument : DrawDocument
shell GraphicDocShell
{
- import GraphicDocument[Automation];
+ import GraphicDocument;
}
diff --git a/sd/sdi/grviewsh.sdi b/sd/sdi/grviewsh.sdi
index 9b11817399bb..3938b7089254 100644
--- a/sd/sdi/grviewsh.sdi
+++ b/sd/sdi/grviewsh.sdi
@@ -36,7 +36,7 @@ interface GraphicEditView : DrawView
shell GraphicViewShell
{
- import GraphicEditView[Automation];
+ import GraphicEditView;
SID_INSERT_POSTIT
[
ExecMethod = ExecuteAnnotation;
diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi
index bfd8c89c81a4..d94914c4d46a 100644
--- a/sd/sdi/outlnvsh.sdi
+++ b/sd/sdi/outlnvsh.sdi
@@ -552,6 +552,6 @@ interface OutlineView
shell OutlineViewShell
{
- import OutlineView[Automation];
+ import OutlineView;
}