coverity#736043 Missing break in switch
Change-Id: Ia75cc63035119f243e8145e982d1f5267078c1e8 Reviewed-on: https://gerrit.libreoffice.org/2323 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
parent
c522001687
commit
f9ec3b3477
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ void SAL_CALL OOXMLDocPropHandler::characters( const ::rtl::OUString& aChars )
|
|||
case VT_TOKEN( date ):
|
||||
case VT_TOKEN( filetime ):
|
||||
AddCustomProperty( uno::makeAny( GetDateTimeFromW3CDTF( aChars ) ) );
|
||||
|
||||
break;
|
||||
case VT_TOKEN( i1 ):
|
||||
case VT_TOKEN( i2 ):
|
||||
AddCustomProperty( uno::makeAny( (sal_Int16)aChars.toInt32() ) );
|
||||
|
|
Loading…
Reference in a new issue