diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-02-06 11:31:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-06 12:33:01 +0100 |
commit | 91bbb6522de9925c74ea99272e5153b882266bde (patch) | |
tree | fe5a2155176bf6eaee4744a2facb7d6861cf1dab | |
parent | 8b465a740b69e6c7108dd72d6b1bb74c11a6e06f (diff) |
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 <serval2412@yahoo.fr>
-rw-r--r-- | offapi/com/sun/star/embed/EmbedVerbs.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |