From 11907c04bf74701293555b568d2c38641177886c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 21:44:48 +0200 Subject: Fix typos Change-Id: Iae76994e275517d7a1e7b9e29111159f1ec93e2d Reviewed-on: https://gerrit.libreoffice.org/77766 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- udkapi/com/sun/star/reflection/XPublished.idl | 2 +- udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi/com') 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 {

These URLs are of the form
   vnd-sun-star-expand-url = "VND.SUN.STAR.EXPAND:" opaque_part
- where the opaque_part is an UTF-8 string as described in + where the opaque_part is a UTF-8 string as described in Bootstrap Arguments and Micro Deployment. See RFC 2396, -- cgit