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

coverity#737586 Uncaught exception

Change-Id: I6d1c286ba780aaafcba5b78a3a1ca40a4f66cadc
üst 52ea009d
...@@ -219,7 +219,8 @@ public: ...@@ -219,7 +219,8 @@ public:
const ::com::sun::star::table::CellAddress& aFormulaPosition, const ::com::sun::star::table::CellAddress& aFormulaPosition,
const ::com::sun::star::table::CellAddress& aVariablePosition, const ::com::sun::star::table::CellAddress& aVariablePosition,
const OUString& aGoalValue ) const OUString& aGoalValue )
throw(::com::sun::star::uno::RuntimeException); throw (::com::sun::star::uno::RuntimeException,
std::exception);
/// XConsolidatable /// XConsolidatable
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XConsolidationDescriptor > virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XConsolidationDescriptor >
......
...@@ -1473,7 +1473,8 @@ sheet::GoalResult SAL_CALL ScModelObj::seekGoal( ...@@ -1473,7 +1473,8 @@ sheet::GoalResult SAL_CALL ScModelObj::seekGoal(
const table::CellAddress& aFormulaPosition, const table::CellAddress& aFormulaPosition,
const table::CellAddress& aVariablePosition, const table::CellAddress& aVariablePosition,
const OUString& aGoalValue ) const OUString& aGoalValue )
throw(uno::RuntimeException) throw (uno::RuntimeException,
std::exception)
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
sheet::GoalResult aResult; sheet::GoalResult aResult;
......
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