diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-17 10:19:20 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-17 18:24:07 +0200 |
commit | f7217fbed2ecf9a3b2e880642aa530ac5da23be9 (patch) | |
tree | 9447b1c7b642449884d7dee1f92121bffde239cd /include/registry | |
parent | e7e4dc30117555ddbaa7e3f98450ebefe7e31de3 (diff) |
Fix typo
Change-Id: I5c5693629655bd5d6c2ce13489e96893a92fce9e
Reviewed-on: https://gerrit.libreoffice.org/75767
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/registry')
-rw-r--r-- | include/registry/types.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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, |