summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/FValue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/FValue.cxx')
-rw-r--r--connectivity/source/commontools/FValue.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index db88c0a5b2..12a9f0f214 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -795,7 +795,6 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
case DataType::DOUBLE:
case DataType::REAL:
return getDouble() == _rRH.getDouble();
- break;
default:
switch(_rRH.m_eTypeKind)
{
@@ -803,7 +802,6 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
case DataType::DOUBLE:
case DataType::REAL:
return getDouble() == _rRH.getDouble();
- break;
default:
break;
}
@@ -827,7 +825,6 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
::rtl::OUString aVal1(m_aValue.m_pString);
::rtl::OUString aVal2(_rRH.m_aValue.m_pString);
return aVal1 == aVal2;
- break;
}
default:
if ( m_bSigned != _rRH.m_bSigned )