From 0a166dbf8db3067f2e5a7cb5efa6b45a1464c612 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 16:00:07 +0000 Subject: Fix typo Change-Id: I10729c848b6b5db0e9880ac2ca27b2d0ef24b5f4 Reviewed-on: https://gerrit.libreoffice.org/70977 Tested-by: Jenkins Reviewed-by: Julien Nabet --- forms/source/component/EditBase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit