From fd97858e1a7eef0f311a38ee3be41f7548d2c174 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 Feb 2016 09:32:13 +0200 Subject: remove unused Automation from .SDI files Change-Id: I65e1ca6e022dc76ac96ed75da2c5e78e9356a3e9 Reviewed-on: https://gerrit.libreoffice.org/22107 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/sdi/frmslots.sdi | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'sfx2/sdi/frmslots.sdi') 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 [ -- cgit