diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 21:44:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-20 09:44:23 +0200 |
commit | 11907c04bf74701293555b568d2c38641177886c (patch) | |
tree | f5165c85a007cc752f49eb6410341f69273b9731 /udkapi | |
parent | 1a78436290b7dd22df81d6491b656182604d38fd (diff) |
Fix typos
Change-Id: Iae76994e275517d7a1e7b9e29111159f1ec93e2d
Reviewed-on: https://gerrit.libreoffice.org/77766
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XPublished.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl index b7d8f13c39a0..880438f6cd63 100644 --- a/udkapi/com/sun/star/reflection/XPublished.idl +++ b/udkapi/com/sun/star/reflection/XPublished.idl @@ -88,7 +88,7 @@ module com { module sun { module star { module reflection { */ interface XPublished { /** - Returns the “published” status of an UNOIDL entity. + Returns the “published” status of a UNOIDL entity. @return `TRUE` if the UNOIDL entity represented by this object is published diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl index 75f19bd017f9..0bcfe32a5458 100644 --- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl +++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module uri { <p>These URLs are of the form<br/> <var>vnd-sun-star-expand-url</var> = <code>"VND.SUN.STAR.EXPAND:"</code> <var>opaque_part</var><br/> - where the <var>opaque_part</var> is an UTF-8 string as described in + where the <var>opaque_part</var> is a UTF-8 string as described in <a href="http://udk.openoffice.org/common/man/concept/micro_deployment.html"> Bootstrap Arguments and Micro Deployment</a>. See <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>, |