summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parent001272c9d443bf49be1f8f1f7f96ef9e6356a3ef (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 'sfx2')
-rw-r--r--sfx2/sdi/appslots.sdi5
-rw-r--r--sfx2/sdi/docslots.sdi8
-rw-r--r--sfx2/sdi/frmslots.sdi11
-rw-r--r--sfx2/sdi/viwslots.sdi5
4 files changed, 4 insertions, 25 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi
index 442287ec2e28..962eac3a716e 100644
--- a/sfx2/sdi/appslots.sdi
+++ b/sfx2/sdi/appslots.sdi
@@ -17,9 +17,6 @@
*/
interface Application
-[
- Automation = FALSE ;
-]
{
SID_AUTOPILOTMENU // ole(no) api(final/play/rec)
[
@@ -220,7 +217,7 @@ interface Application
shell SfxApplication
{
- import Application [Automation];
+ import Application;
import Documents "Documents";
SID_NEWDOCDIRECT // ole(no) api(no)
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi
index 9398f72f519f..4eb54f91e6a9 100644
--- a/sfx2/sdi/docslots.sdi
+++ b/sfx2/sdi/docslots.sdi
@@ -59,9 +59,6 @@ interface Documents
interface Document
-[
- Automation = FALSE ;
-]
{
SID_DOCTITLE // ole(opt) api(final/norec)
[
@@ -95,9 +92,6 @@ interface Document
}
interface OfficeDocument : Document
-[
- Automation = FALSE
-]
{
SID_DOCINFO_AUTHOR // ole(opt) api(todo)
[
@@ -212,7 +206,7 @@ interface OfficeDocument : Document
shell SfxObjectShell
{
- import OfficeDocument [Automation];
+ import OfficeDocument;
SID_DOCINFO // ole(no) api(final/play)
[
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi
index f1c4d84cacc7..d187e1201a6d 100644
--- a/sfx2/sdi/frmslots.sdi
+++ b/sfx2/sdi/frmslots.sdi
@@ -17,9 +17,6 @@
*/
interface Window
-[
- Automation = FALSE ;
-]
{
SID_HYPERLINK_DIALOG
[
@@ -312,9 +309,6 @@ interface Window
}
interface BrowseWindow : Window
-[
- Automation = FALSE ;
-]
{
SID_ACTIVATE // ole(no) api(final/play/rec)
[
@@ -368,9 +362,6 @@ interface BrowseWindow : Window
}
interface TopWindow : BrowseWindow
-[
- Automation = FALSE ;
-]
{
SID_NEWDOCDIRECT // ole(no) api(no)
[
@@ -413,7 +404,7 @@ interface TopWindow : BrowseWindow
shell SfxViewFrame
{
- import TopWindow [Automation];
+ import TopWindow;
SID_FORMATMENUSTATE
[
diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi
index c8fdde1c6a42..90092700382c 100644
--- a/sfx2/sdi/viwslots.sdi
+++ b/sfx2/sdi/viwslots.sdi
@@ -17,9 +17,6 @@
*/
interface View
-[
- Automation = FALSE ;
-]
{
SID_MAIL_SENDDOC // ole(no) api(todo)
@@ -97,5 +94,5 @@ interface View
shell SfxViewShell
{
- import View [Automation];
+ import View;
}