summaryrefslogtreecommitdiff
path: root/forms/source/component/FormComponent.cxx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-01-13 14:46:37 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2015-01-13 14:59:03 +0100
commit5cd4ab7f5cf8a288ae7941d5a1dd752bf2fc852d (patch)
tree0392e895f6134e97ce0960c128452adbbbe986b7 /forms/source/component/FormComponent.cxx
parentbdca5a7ec083d24c360c2da86de2415567442605 (diff)
janitorial
Change-Id: If0fcad97538556ef7be5fe5f8405ca171696502d
Diffstat (limited to 'forms/source/component/FormComponent.cxx')
-rw-r--r--forms/source/component/FormComponent.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index c152c7a29214..4fa30d53bd27 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -1984,7 +1984,6 @@ bool OBoundControlModel::connectToField(const Reference<XRowSet>& rForm)
m_bRequired = (ColumnValue::NO_NULLS == nNullableFlag);
// we're optimistic: in case of ColumnValue_NULLABLE_UNKNOWN we assume nullability...
}
-
else
{
SAL_WARN("forms.component", "OBoundControlModel::connectToField: property " PROPERTY_VALUE " not supported!");