From cc6f2fe9a9a78ccc831f5cde29a8045fdfe2f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 23 May 2014 10:04:30 +0100 Subject: [PATCH] coverity#983942 coverity gold, busted throw spec Change-Id: Id8e024df91e99f327386571ea4773bc5c7991aee --- sw/source/core/unocore/unocoll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx index 42f0a1ee9b36..6a6fb944eca4 100644 --- a/sw/source/core/unocore/unocoll.cxx +++ b/sw/source/core/unocore/unocoll.cxx @@ -1035,7 +1035,7 @@ namespace } // runtime adapter for lcl_UnoWrapFrame - static uno::Any lcl_UnoWrapFrame(SwFrmFmt* pFmt, FlyCntType eType) throw(uno::RuntimeException()) + static uno::Any lcl_UnoWrapFrame(SwFrmFmt* pFmt, FlyCntType eType) throw(uno::RuntimeException) { switch(eType) {