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

coverity#1371619 Uncaught exception

Change-Id: I29f297eeef071c322d7056612d374775acabe755
üst 7e35227e
...@@ -297,7 +297,7 @@ public: ...@@ -297,7 +297,7 @@ public:
static css::uno::Any GetPropertyValue( static css::uno::Any GetPropertyValue(
OUString const& PropertyName, SwRangeRedline const& rRedline) throw (std::exception); OUString const& PropertyName, SwRangeRedline const& rRedline) throw (std::exception);
static css::uno::Sequence< css::beans::PropertyValue > CreateRedlineProperties( static css::uno::Sequence< css::beans::PropertyValue > CreateRedlineProperties(
SwRangeRedline const& rRedline, bool const bIsStart) throw(); SwRangeRedline const& rRedline, bool const bIsStart) throw (std::exception);
virtual css::uno::Sequence< sal_Int8 > SAL_CALL virtual css::uno::Sequence< sal_Int8 > SAL_CALL
getImplementationId() throw (css::uno::RuntimeException, std::exception) override; getImplementationId() throw (css::uno::RuntimeException, std::exception) override;
......
...@@ -315,7 +315,7 @@ uno::Any SwXRedlinePortion::GetPropertyValue( const OUString& rPropertyName, co ...@@ -315,7 +315,7 @@ uno::Any SwXRedlinePortion::GetPropertyValue( const OUString& rPropertyName, co
} }
uno::Sequence< beans::PropertyValue > SwXRedlinePortion::CreateRedlineProperties( uno::Sequence< beans::PropertyValue > SwXRedlinePortion::CreateRedlineProperties(
const SwRangeRedline& rRedline, bool bIsStart ) throw() const SwRangeRedline& rRedline, bool bIsStart ) throw (std::exception)
{ {
uno::Sequence< beans::PropertyValue > aRet(12); uno::Sequence< beans::PropertyValue > aRet(12);
const SwRedlineData* pNext = rRedline.GetRedlineData().Next(); const SwRedlineData* pNext = rRedline.GetRedlineData().Next();
......
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