missed a break in getTime

This commit is contained in:
Frank Schoenheit [fs] 2009-11-12 20:56:06 +01:00
parent 7394a76726
commit 836e833544

View file

@ -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;