summaryrefslogtreecommitdiff
path: root/forms/source/component/Pattern.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Pattern.cxx')
-rw-r--r--forms/source/component/Pattern.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx
index 5c21d7ee9efc..1fbb7d0dbe4f 100644
--- a/forms/source/component/Pattern.cxx
+++ b/forms/source/component/Pattern.cxx
@@ -206,7 +206,7 @@ Any OPatternModel::translateDbColumnToControlValue()
m_aLastKnownValue.clear();
return m_aLastKnownValue.hasValue() ? m_aLastKnownValue : makeAny( OUString() );
- // (m_aLastKnownValue is alllowed to be VOID, the control value isn't)
+ // (m_aLastKnownValue is allowed to be VOID, the control value isn't)
}
// XReset