diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 20:22:18 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-05 10:24:36 +0100 |
commit | c5bbc59562b8103e9aded5531f9665ada019465a (patch) | |
tree | ab66f00d25655a5e3a95b6f73c69da396e2c91ea /extensions | |
parent | 51794501045a6f8b0f6f1c04b6aee2e28647b4ea (diff) |
Fix typo
Change-Id: I567c703734fcd9679ae366d69fec4d43b57ad069
Reviewed-on: https://gerrit.libreoffice.org/84479
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |