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

coverity#1308471 Uncaught exception

Change-Id: I63e8fdf64b8b2f8fa554d56b550cb88ad70eaeba
üst adfa5083
......@@ -208,7 +208,7 @@ void SwUnoCursorHelper::GetTextFromPam(SwPaM & rPam, OUString & rBuffer)
static void
lcl_setCharStyle(SwDoc *const pDoc, const uno::Any & rValue, SfxItemSet & rSet)
throw (lang::IllegalArgumentException)
throw (lang::IllegalArgumentException, std::exception)
{
SwDocShell *const pDocSh = pDoc->GetDocShell();
if(pDocSh)
......
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