summaryrefslogtreecommitdiff
path: root/idl/source
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2020-09-09 16:40:52 +0300
committerCaolán McNamara <caolanm@redhat.com>2020-09-10 11:33:30 +0200
commit710c794bbfe1235e1ff3fd2541da3378334e0714 (patch)
tree8382f4a5e6514346bb81499c977e9d236accac15 /idl/source
parent4f36f2ccab6286ec09480caea602c0fa19195736 (diff)
svidl: Don't mention removed properties
Get/Set were removed in ccbed01b40c9bc4421943ebe1fe818d43aadcc7d ("remove unused GET/SET/STATUSBARCONFIG in .SDI files"). Nested methods were removed in 20f33eb7c5ebf2611008f6173da870bd0d1693fc ("svidl: Remove nested method support"). Change-Id: Ice03e63dc5f54365099bcaff3ba379cf691709bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102346 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'idl/source')
-rw-r--r--idl/source/prj/command.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index ea3e4de0b078..35f6e6c28e87 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -64,23 +64,17 @@ char const * const SyntaxStrings[] = {
"\t|",
"\ttypedef type identifier\n",
-"\titem-method:",
-"\titem identifier item-method-args\n",
-
"\titem-method-args:",
"\t( { item parameter-name SLOT_ID } )\n",
"\tslot definition:",
"\titem identifier SLOT_ID [ item-method-args ]",
-"\t'['\n",
-
-"\t\titem-method-args",
+"\t'['",
"\t\tAccelConfig, MenuConfig, ToolbarConfig",
"\t\tAutoUpdate",
"\t\tContainer",
"\t\tExecMethod = Identifier",
"\t\tFastCall",
-"\t\tGet, Set",
"\t\tGroupId = Identifier",
"\t\tReadOnlyDoc*",
"\t\tRecordPerSet*, RecordPerItem, NoRecord",