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

coverity#1308507 Uncaught exception

Change-Id: I235598d657f778f5e9f87c240eb86745f7f35e8b
üst 11a41ce2
...@@ -177,7 +177,7 @@ static void lcl_SetSpecialProperty(SwFrameFormat* pFormat, ...@@ -177,7 +177,7 @@ static void lcl_SetSpecialProperty(SwFrameFormat* pFormat,
const SfxItemPropertySimpleEntry* pEntry, const SfxItemPropertySimpleEntry* pEntry,
const uno::Any& aValue) const uno::Any& aValue)
throw (lang::IllegalArgumentException, throw (lang::IllegalArgumentException,
uno::RuntimeException) uno::RuntimeException, std::exception)
{ {
// special treatment for "non-items" // special treatment for "non-items"
switch(pEntry->nWID) switch(pEntry->nWID)
......
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