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

coverity#1371620 Uncaught exception

Change-Id: I001a977419624267d887c2c603523aa0cf7d0e56
üst 982fbb18
......@@ -295,7 +295,7 @@ public:
bool const bIsStart);
static css::uno::Any GetPropertyValue(
OUString const& PropertyName, SwRangeRedline const& rRedline) throw();
OUString const& PropertyName, SwRangeRedline const& rRedline) throw (std::exception);
static css::uno::Sequence< css::beans::PropertyValue > CreateRedlineProperties(
SwRangeRedline const& rRedline, bool const bIsStart) throw();
......
......@@ -276,7 +276,7 @@ uno::Sequence< sal_Int8 > SAL_CALL SwXRedlinePortion::getImplementationId( ) th
return css::uno::Sequence<sal_Int8>();
}
uno::Any SwXRedlinePortion::GetPropertyValue( const OUString& rPropertyName, const SwRangeRedline& rRedline ) throw()
uno::Any SwXRedlinePortion::GetPropertyValue( const OUString& rPropertyName, const SwRangeRedline& rRedline ) throw(std::exception)
{
uno::Any aRet;
if(rPropertyName == UNO_NAME_REDLINE_AUTHOR)
......
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