diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-17 15:15:16 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-17 18:19:20 +0200 |
commit | 5e0b95494093de2849c5154b98917e1beab2a708 (patch) | |
tree | 7cb33e6828a05381b380538b3aecb5803f3586e9 | |
parent | 393c9f736b10d1ea82979e9c2c43c8f91ba5831d (diff) |
Drop a bogus slash
... added in commit eae791e82c8e138cc983c3e7058cc4e9dafa4002
Author Jens-Heiner Rechtien <hr@openoffice.org>
Date Wed Jun 27 11:30:00 2007 +0000
INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED
where it was misplaced (intended to be <TRUE/>, not <TRUE>/).
Commit 1501e17b889b28e7394596ce4f98eab1c5b00d8f
Author RĂ¼diger Timm <rt@openoffice.org>
Date Wed Jan 30 07:20:16 2008 +0000
INTEGRATION: CWS dba24d (1.2.92); FILE MERGED
added '/' before the '>', but kept the incorrect initial one.
Later commit 928b8640c0d1a9c49249100efbdd70f8c1090b07
Author Michael Stahl <mstahl@redhat.com>
Date Sun Apr 28 00:44:31 2013 +0200
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
removed the correctly placed slashes. This is a leftover.
Change-Id: I800f28de02dd8447509bc236614cab05c2b8c0df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136037
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | offapi/com/sun/star/view/XMultiSelectionSupplier.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl index e6e4c48c97fe..937d3d347013 100644 --- a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl +++ b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl @@ -41,7 +41,7 @@ interface XMultiSelectionSupplier: XSelectionSupplier either an Object that is selectable or a sequence of objects that are selectable. @returns - `TRUE`/, if <var>Selection</var> was added to the current selection. + `TRUE`, if <var>Selection</var> was added to the current selection. `FALSE`, if <var>Selection</var> or parts of <var>Selection</var> could not be added to the current selection. For example, if the selection already contains objects that are forbidden to be selected together with <var>Selection</var> |