diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2015-01-13 14:46:37 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-01-13 14:59:03 +0100 |
commit | 5cd4ab7f5cf8a288ae7941d5a1dd752bf2fc852d (patch) | |
tree | 0392e895f6134e97ce0960c128452adbbbe986b7 | |
parent | bdca5a7ec083d24c360c2da86de2415567442605 (diff) |
janitorial
Change-Id: If0fcad97538556ef7be5fe5f8405ca171696502d
-rw-r--r-- | forms/source/component/FormComponent.cxx | 1 |
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!"); |