summaryrefslogtreecommitdiffstats
path: root/forms/source
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/EditBase.hxx2
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]