include/registry/types.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f7217fbed2ecf9a3b2e880642aa530ac5da23be9 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jul 17 10:19:20 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jul 17 18:24:07 2019 +0200 Fix typo Change-Id: I5c5693629655bd5d6c2ce13489e96893a92fce9e Reviewed-on: https://gerrit.libreoffice.org/75767 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/registry/types.hxx b/include/registry/types.hxx index 87b7c93f5851..babebbcec79b 100644 --- a/include/registry/types.hxx +++ b/include/registry/types.hxx @@ -132,7 +132,7 @@ enum RTTypeClass { enum class RTFieldAccess { NONE = 0x0000, - /// specifies a unknown flag + /// specifies an unknown flag INVALID = 0x0000, /// specifies a readonly property/attribute READONLY = 0x0001, @@ -298,7 +298,7 @@ enum class RTReferenceType { /// the reference type is unknown INVALID, - /** the service support the interface that means a implementation of this + /** the service support the interface that means an implementation of this service must implement this interface. */ SUPPORTS, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits