[Libreoffice-commits] core.git: forms/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 19 20:58:03 UTC 2019
forms/source/component/EditBase.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0a166dbf8db3067f2e5a7cb5efa6b45a1464c612
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:00:07 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 19 22:57:08 2019 +0200
Fix typo
Change-Id: I10729c848b6b5db0e9880ac2ca27b2d0ef24b5f4
Reviewed-on: https://gerrit.libreoffice.org/70977
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list