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

coverity#1308532 Uncaught exception

Change-Id: Idb463679ef8d56cc5d62dd2e8db4fcd9c2322b26
üst dda06d97
...@@ -598,7 +598,7 @@ OUString SAL_CALL ScAccessibleCellBase::getBorderAttrs() ...@@ -598,7 +598,7 @@ OUString SAL_CALL ScAccessibleCellBase::getBorderAttrs()
//end of cell attributes //end of cell attributes
OUString SAL_CALL ScAccessibleCellBase::GetAllDisplayNote() OUString SAL_CALL ScAccessibleCellBase::GetAllDisplayNote()
throw (::com::sun::star::uno::RuntimeException) throw (::com::sun::star::uno::RuntimeException, std::exception)
{ {
OUString strNote; OUString strNote;
OUString strTrackText; OUString strTrackText;
......
...@@ -141,7 +141,7 @@ protected: ...@@ -141,7 +141,7 @@ protected:
throw (::com::sun::star::uno::RuntimeException); throw (::com::sun::star::uno::RuntimeException);
OUString SAL_CALL GetAllDisplayNote() OUString SAL_CALL GetAllDisplayNote()
throw (::com::sun::star::uno::RuntimeException); throw (::com::sun::star::uno::RuntimeException, std::exception);
OUString SAL_CALL getShadowAttrs() OUString SAL_CALL getShadowAttrs()
throw (::com::sun::star::uno::RuntimeException, std::exception); throw (::com::sun::star::uno::RuntimeException, std::exception);
OUString SAL_CALL getBorderAttrs() OUString SAL_CALL getBorderAttrs()
......
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