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

coverity#1308504 Uncaught exception

Change-Id: I8c0c49f0a035229c4db8df96871afde218177aa5
üst 0a464eba
...@@ -172,7 +172,7 @@ public: ...@@ -172,7 +172,7 @@ public:
GetPropertyValuesTolerant_Impl( GetPropertyValuesTolerant_Impl(
const uno::Sequence< OUString >& rPropertyNames, const uno::Sequence< OUString >& rPropertyNames,
bool bDirectValuesOnly) bool bDirectValuesOnly)
throw (uno::RuntimeException); throw (uno::RuntimeException, std::exception);
protected: protected:
// SwClient // SwClient
virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) SAL_OVERRIDE; virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) SAL_OVERRIDE;
...@@ -764,7 +764,7 @@ uno::Sequence< beans::GetDirectPropertyTolerantResult > ...@@ -764,7 +764,7 @@ uno::Sequence< beans::GetDirectPropertyTolerantResult >
SwXParagraph::Impl::GetPropertyValuesTolerant_Impl( SwXParagraph::Impl::GetPropertyValuesTolerant_Impl(
const uno::Sequence< OUString >& rPropertyNames, const uno::Sequence< OUString >& rPropertyNames,
bool bDirectValuesOnly ) bool bDirectValuesOnly )
throw (uno::RuntimeException) throw (uno::RuntimeException, std::exception)
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
......
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