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

coverity#707416 Uncaught exception

Change-Id: I7c67c62622e2b46bc565ae148c1605f4954ffa39
üst 855010d9
...@@ -70,7 +70,7 @@ void VCLXWindow::SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle ) ...@@ -70,7 +70,7 @@ void VCLXWindow::SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle )
} }
if( bThrow ) if( bThrow )
{ {
com::sun::star::uno::Exception aException; com::sun::star::uno::RuntimeException aException;
aException.Message = "incorrect window handle type"; aException.Message = "incorrect window handle type";
throw aException; throw aException;
} }
......
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