summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-01 10:24:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-01 10:56:15 +0100
commit95dca00a9147f986d357e127b575ac568034dee7 (patch)
tree39fbd5d5e3c8a269179a20762b029c2698f85ea7 /toolkit
parent855010d9d1db33b8cb11f32d2f94014df6997682 (diff)
coverity#707416 Uncaught exception
Change-Id: I7c67c62622e2b46bc565ae148c1605f4954ffa39
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindow1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index 53ecc7d1a9f6..4bb9da294539 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -70,7 +70,7 @@ void VCLXWindow::SetSystemParent_Impl( const com::sun::star::uno::Any& rHandle )
}
if( bThrow )
{
- com::sun::star::uno::Exception aException;
+ com::sun::star::uno::RuntimeException aException;
aException.Message = "incorrect window handle type";
throw aException;
}