[Libreoffice-commits] core.git: reportdesign/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 5 09:26:54 UTC 2019


 reportdesign/source/ui/inc/metadata.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0027c01b3ef976d34f2f75cace43a26b59b07460
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 4 20:22:32 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 5 10:25:07 2019 +0100

    Fix typo
    
    Change-Id: Ibeac785fb1b1f30187fa5aa5350292bf96b307a0
    Reviewed-on: https://gerrit.libreoffice.org/84489
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/reportdesign/source/ui/inc/metadata.hxx b/reportdesign/source/ui/inc/metadata.hxx
index 30bc0c34f07e..63281076dddc 100644
--- a/reportdesign/source/ui/inc/metadata.hxx
+++ b/reportdesign/source/ui/inc/metadata.hxx
@@ -24,7 +24,7 @@
 #include <o3tl/typed_flags_set.hxx>
 #include <vector>
 
-    //= UI flags (for all browseable properties)
+    //= UI flags (for all browsable properties)
 enum class PropUIFlags {
     NONE          = 0x0001,  // no special flag
     Composeable   = 0x0002,  // the property is "composeable", i.e. an intersection of property
@@ -86,7 +86,7 @@ namespace rptui
     };
 
 
-    //= property ids (for all browseable properties)
+    //= property ids (for all browsable properties)
     //= The ID is used for the view order in the property browser.
 
 


More information about the Libreoffice-commits mailing list