summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-17 10:19:20 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-17 18:24:07 +0200
commitf7217fbed2ecf9a3b2e880642aa530ac5da23be9 (patch)
tree9447b1c7b642449884d7dee1f92121bffde239cd /include
parente7e4dc30117555ddbaa7e3f98450ebefe7e31de3 (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')
-rw-r--r--include/registry/types.hxx4
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,