Kaydet (Commit) 4d828296 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1194933 Uncaught exception

Change-Id: Ibb9782cb7e446814387c8635b182058a4bef2a1e
üst 6c72f441
...@@ -94,7 +94,7 @@ static beans::PropertyState lcl_SwXParagraph_getPropertyState( ...@@ -94,7 +94,7 @@ static beans::PropertyState lcl_SwXParagraph_getPropertyState(
const SwAttrSet** ppSet, const SwAttrSet** ppSet,
const SfxItemPropertySimpleEntry& rEntry, const SfxItemPropertySimpleEntry& rEntry,
sal_Bool &rAttrSetFetched ) sal_Bool &rAttrSetFetched )
throw (beans::UnknownPropertyException); throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception);
/****************************************************************** /******************************************************************
* SwXParagraph * SwXParagraph
...@@ -853,7 +853,7 @@ static beans::PropertyState lcl_SwXParagraph_getPropertyState( ...@@ -853,7 +853,7 @@ static beans::PropertyState lcl_SwXParagraph_getPropertyState(
const SwAttrSet** ppSet, const SwAttrSet** ppSet,
const SfxItemPropertySimpleEntry& rEntry, const SfxItemPropertySimpleEntry& rEntry,
sal_Bool &rAttrSetFetched ) sal_Bool &rAttrSetFetched )
throw (beans::UnknownPropertyException) throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
{ {
beans::PropertyState eRet = beans::PropertyState_DEFAULT_VALUE; beans::PropertyState eRet = beans::PropertyState_DEFAULT_VALUE;
......
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