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

coverity#707416 Uncaught exception

Change-Id: Ib2f8dee2214bc3f53edae5c7c20c4924f1fec568
üst abc6d50a
......@@ -40,7 +40,7 @@ void VCLXWindow::SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle )
Window *pWindow = GetWindow();
if ( pWindow->GetType() != WINDOW_WORKWINDOW )
{
com::sun::star::uno::Exception aException;
com::sun::star::uno::RuntimeException aException;
aException.Message = "not a work window";
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