summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-04 20:22:32 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-05 10:25:07 +0100
commit0027c01b3ef976d34f2f75cace43a26b59b07460 (patch)
tree5397616cc75299f9a3ed66bc4a4010e4adf65b1c /reportdesign/source/ui/inc
parentc5bbc59562b8103e9aded5531f9665ada019465a (diff)
Fix typo
Change-Id: Ibeac785fb1b1f30187fa5aa5350292bf96b307a0 Reviewed-on: https://gerrit.libreoffice.org/84489 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportdesign/source/ui/inc')
-rw-r--r--reportdesign/source/ui/inc/metadata.hxx4
1 files changed, 2 insertions, 2 deletions
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.