Kaydet (Commit) c78449c8 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

throw instead of silent noop

Change-Id: I47dddce1513a870c27844d88694295c5999c0c7f
üst c34d3eb3
......@@ -1306,9 +1306,7 @@ void SwXTextTableRow::setPropertyValue(const OUString& rPropertyName, const uno:
std::exception)
{
SolarMutexGuard aGuard;
SwFrmFmt* pFmt = GetFrmFmt();
if(pFmt)
{
SwFrmFmt* pFmt = lcl_EnsureCoreConnected(GetFrmFmt());
SwTable* pTable = SwTable::FindTable( pFmt );
SwTableLine* pLn = SwXTextTableRow::FindLine(pTable, pLine);
if(pLn)
......@@ -1384,7 +1382,6 @@ void SwXTextTableRow::setPropertyValue(const OUString& rPropertyName, const uno:
}
}
}
}
}
uno::Any SwXTextTableRow::getPropertyValue(const OUString& rPropertyName) throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception )
......
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