offapi/com/sun/star/embed/EmbedVerbs.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 91bbb6522de9925c74ea99272e5153b882266bde Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sun Feb 6 11:31:48 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Feb 6 12:33:01 2022 +0100 Typo in a comment of EmbedVerbs.idl Just wonder if shouldn't copy-paste description from: https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.word.wdoleverb?view=word-pia Wonder too why we use "MS_OLEVERB_IPACTIVATE" instead of "MS_OLEVERB_INPLACEACTIVATE" but now it's too late to change this since it's a public API Change-Id: Ie782da22f4ea3d1af31026644d09a6e566b388fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129569 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/offapi/com/sun/star/embed/EmbedVerbs.idl b/offapi/com/sun/star/embed/EmbedVerbs.idl index e7038305d382..a94239f7d525 100644 --- a/offapi/com/sun/star/embed/EmbedVerbs.idl +++ b/offapi/com/sun/star/embed/EmbedVerbs.idl @@ -33,7 +33,7 @@ published constants EmbedVerbs */ const long MS_OLEVERB_PRIMARY = 0; - /** lets the object open itself for editing of viewing. + /** lets the object open itself for editing or viewing. */ const long MS_OLEVERB_SHOW = -1;