extensions/source/propctrlr/formmetadata.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c5bbc59562b8103e9aded5531f9665ada019465a Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 4 20:22:18 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 5 10:24:36 2019 +0100 Fix typo Change-Id: I567c703734fcd9679ae366d69fec4d43b57ad069 Reviewed-on: https://gerrit.libreoffice.org/84479 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Jenkins diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx index 9c67e3a9c513..c67f75e6d4aa 100644 --- a/extensions/source/propctrlr/formmetadata.hxx +++ b/extensions/source/propctrlr/formmetadata.hxx @@ -98,7 +98,7 @@ namespace pcr }; - //= UI flags (for all browseable properties) + //= UI flags (for all browsable properties) #define PROP_FLAG_NONE 0x00000000 // no special flag @@ -117,7 +117,7 @@ namespace pcr #define PROP_FLAG_REPORT_INVISIBLE 0x00000200 // the property should not appear in the Report Designer UI - //= property ids (for all browseable properties) + //= property ids (for all browsable properties) #define PROPERTY_ID_NAME 1 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
