diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:00:07 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-19 22:57:08 +0200 |
commit | 0a166dbf8db3067f2e5a7cb5efa6b45a1464c612 (patch) | |
tree | 22448f6aa1e1dbd9a144cdd2ee820b4e8d8c6c21 /forms | |
parent | 1fe24bb1e2fbe44a4bf2c03297e259b3a18b1235 (diff) |
Fix typo
Change-Id: I10729c848b6b5db0e9880ac2ca27b2d0ef24b5f4
Reviewed-on: https://gerrit.libreoffice.org/70977
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/EditBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx index a98b91b51a57..7a04b79085a0 100644 --- a/forms/source/component/EditBase.hxx +++ b/forms/source/component/EditBase.hxx @@ -33,7 +33,7 @@ #define PF_HANDLE_COMMON_PROPS 0x8000 // Derived classes which use their own persistence methods (read/write) and have an own // version handling therein may want to clear this flag in getPersistenceFlags. - // If done so, this class will write an version without a call to writeCommonEditProperties. + // If done so, this class will write a version without a call to writeCommonEditProperties. #define PF_FAKE_FORMATTED_FIELD 0x4000 // .... hmmm .... a fake, as the name suggests. see OFormattedFieldWrapper |