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

coverity#1339307 Uncaught exception

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