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

coverity#1308527 Uncaught exception

Change-Id: I7ddc62f0ee005652dba62adc359959e1eb09a41e
üst a1a7aa93
...@@ -246,7 +246,7 @@ namespace framework ...@@ -246,7 +246,7 @@ namespace framework
void implts_setInplaceMenuBar( void implts_setInplaceMenuBar(
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& xMergedMenuBar ) const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& xMergedMenuBar )
throw (::com::sun::star::uno::RuntimeException); throw (::com::sun::star::uno::RuntimeException, std::exception);
void implts_resetInplaceMenuBar() void implts_resetInplaceMenuBar()
throw (::com::sun::star::uno::RuntimeException); throw (::com::sun::star::uno::RuntimeException);
......
...@@ -1140,7 +1140,7 @@ void LayoutManager::implts_setOffset( const sal_Int32 nBottomOffset ) ...@@ -1140,7 +1140,7 @@ void LayoutManager::implts_setOffset( const sal_Int32 nBottomOffset )
} }
void LayoutManager::implts_setInplaceMenuBar( const Reference< XIndexAccess >& xMergedMenuBar ) void LayoutManager::implts_setInplaceMenuBar( const Reference< XIndexAccess >& xMergedMenuBar )
throw (uno::RuntimeException) throw (uno::RuntimeException, std::exception)
{ {
/* SAFE AREA ----------------------------------------------------------------------------------------------- */ /* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock; SolarMutexClearableGuard aWriteLock;
......
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