Kaydet (Commit) dc72c62b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706512 Uncaught exception

Change-Id: I6ec80c02ca8ef737297e77ccda2a0b5919fa66cb
üst 94fccef6
...@@ -202,7 +202,7 @@ protected: ...@@ -202,7 +202,7 @@ protected:
::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetNewFilledTempStream_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetNewFilledTempStream_Impl(
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInStream ) const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInStream )
throw( ::com::sun::star::io::IOException ); throw( css::io::IOException, css::uno::RuntimeException );
#ifdef WNT #ifdef WNT
void SwitchComponentToRunningState_Impl(); void SwitchComponentToRunningState_Impl();
#endif #endif
......
...@@ -262,7 +262,7 @@ void VerbExecutionController::UnlockNotification() ...@@ -262,7 +262,7 @@ void VerbExecutionController::UnlockNotification()
uno::Reference< io::XStream > OleEmbeddedObject::GetNewFilledTempStream_Impl( const uno::Reference< io::XInputStream >& xInStream ) uno::Reference< io::XStream > OleEmbeddedObject::GetNewFilledTempStream_Impl( const uno::Reference< io::XInputStream >& xInStream )
throw( io::IOException ) throw( io::IOException, uno::RuntimeException )
{ {
SAL_WARN_IF( !xInStream.is(), "embeddedobj.ole", "Wrong parameter is provided!" ); SAL_WARN_IF( !xInStream.is(), "embeddedobj.ole", "Wrong parameter is provided!" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment