summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-18 13:16:16 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-18 13:16:16 +0100
commit1768cff01e1d63687d9ecfedf65b81610dfd71b2 (patch)
tree7770274a5ba24fb8c12ee7678bf6b42cc1ba1e9c /connectivity
parent3a08ba1a5932e6fdc737d6038795a030280a7ce6 (diff)
dba34d: Solaris WaE
Diffstat (limited to 'connectivity')
-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 5ea0e601a9c3..6f65547736d9 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 )