[Libreoffice-commits] core.git: include/registry

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 17 16:25:24 UTC 2019


 include/registry/types.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f7217fbed2ecf9a3b2e880642aa530ac5da23be9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 17 10:19:20 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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,


More information about the Libreoffice-commits mailing list