diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-18 20:07:23 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-19 05:49:15 +0000 |
commit | d948d66509022befdb6e2c589859ca7dee9e5347 (patch) | |
tree | 67b07fa61ce0ef26655ba69af33c531732e39955 /forms | |
parent | 7e24cedb9eaf68c2b95296bf6352f94e2a60532e (diff) |
Fix typos
Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085
Reviewed-on: https://gerrit.libreoffice.org/35413
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 96e5560a7ee3..172574393c59 100644 --- a/forms/source/component/EditBase.hxx +++ b/forms/source/component/EditBase.hxx @@ -51,7 +51,7 @@ protected: // [properties] for all EditingFields css::uno::Any m_aDefault; OUString m_aDefaultText; // default value - bool m_bEmptyIsNull : 1; // empty string will be interepreted as NULL when committing + bool m_bEmptyIsNull : 1; // empty string will be interpreted as NULL when committing bool m_bFilterProposal : 1; // use a list of possible value in filtermode // [properties] |