diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-12 20:56:06 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-12 20:56:06 +0100 |
commit | 836e83354424454cfe5cdf9d211a976137b2f0f9 (patch) | |
tree | ac67f0bd19901aaec5541905fd741b43abc82455 /connectivity/source/commontools | |
parent | 7394a76726b564824c2671452e9a86754a9e5813 (diff) |
missed a break in getTime
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r-- | connectivity/source/commontools/FValue.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx index 7a85cca57738..ec878e05feaf 100644 --- a/connectivity/source/commontools/FValue.cxx +++ b/connectivity/source/commontools/FValue.cxx @@ -1747,6 +1747,7 @@ Sequence<sal_Int8> ORowSetValue::getSequence() const break; case DataType::TIME: aValue = *static_cast< ::com::sun::star::util::Time*>(m_aValue.m_pValue); + break; default: OSL_ENSURE(0,"Illegal conversion!"); break; |