summaryrefslogtreecommitdiff
path: root/idl/source/prj
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 /idl/source/prj
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 'idl/source/prj')
-rw-r--r--idl/source/prj/command.cxx1
-rw-r--r--idl/source/prj/globals.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index ccf99c0d2444..1fdbef4a9dd3 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -75,7 +75,6 @@ char const * SyntaxStrings[] = {
"\t\titem-method-args",
"\t\tAccelConfig, MenuConfig, ToolbarConfig",
-"\t\tAutomation*",
"\t\tAutoUpdate",
"\t\tContainer",
"\t\tDefault = Identifier",
diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx
index 190336f791d7..4106eda5211d 100644
--- a/idl/source/prj/globals.cxx
+++ b/idl/source/prj/globals.cxx
@@ -105,7 +105,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY(GroupId)
A_ENTRY(TypeLibFile)
A_ENTRY(Export)
- A_ENTRY(Automation)
A_ENTRY(PseudoPrefix)
A_ENTRY(define)
A_ENTRY(MenuConfig)