idl/source/prj/command.cxx |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

New commits:
commit 710c794bbfe1235e1ff3fd2541da3378334e0714
Author:     Maxim Monastirsky <momonas...@gmail.com>
AuthorDate: Wed Sep 9 16:40:52 2020 +0300
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Sep 10 11:33:30 2020 +0200

    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 <caol...@redhat.com>

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",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to