summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-02-06 11:31:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-02-06 12:33:01 +0100
commit91bbb6522de9925c74ea99272e5153b882266bde (patch)
treefe5a2155176bf6eaee4744a2facb7d6861cf1dab /offapi
parent8b465a740b69e6c7108dd72d6b1bb74c11a6e06f (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>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/embed/EmbedVerbs.idl2
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;