diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 00:39:11 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 08:37:12 +0200 |
commit | 75c457a716ac12ccfdea35dc0f76e71ffaaae44b (patch) | |
tree | 9f400317571bec9d2b7bd8f0ab79233c68e7d834 /udkapi/com/sun/star/reflection | |
parent | 5f5bfddf5fe8bbcd77dbb040d0bf77d595c90f30 (diff) |
Fix typos
Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a
Reviewed-on: https://gerrit.libreoffice.org/76463
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'udkapi/com/sun/star/reflection')
-rw-r--r-- | udkapi/com/sun/star/reflection/XPublished.idl | 4 |
1 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 75d5266bdf86..b7d8f13c39a0 100644 --- a/udkapi/com/sun/star/reflection/XPublished.idl +++ b/udkapi/com/sun/star/reflection/XPublished.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module reflection { /** - Reflects the “published” status of a UNOIDL entity. + Reflects the “published” status of a UNOIDL entity. <p>This interface is intended to be supported by objects that also support com::sun::star::reflection::XTypeDescription. @@ -88,7 +88,7 @@ module com { module sun { module star { module reflection { */ interface XPublished { /** - Returns the “published” status of a UNOIDL entity. + Returns the “published” status of an UNOIDL entity. @return `TRUE` if the UNOIDL entity represented by this object is published |