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

coverity#1308475 Uncaught exception

Change-Id: Ib7bb9cb08676c3248a65f80ee06cf11894c307ad
üst 0644b021
...@@ -1075,7 +1075,7 @@ uno::Reference< sdbc::XRow > HierarchyContent::getPropertyValues( ...@@ -1075,7 +1075,7 @@ uno::Reference< sdbc::XRow > HierarchyContent::getPropertyValues(
uno::Sequence< uno::Any > HierarchyContent::setPropertyValues( uno::Sequence< uno::Any > HierarchyContent::setPropertyValues(
const uno::Sequence< beans::PropertyValue >& rValues, const uno::Sequence< beans::PropertyValue >& rValues,
const uno::Reference< ucb::XCommandEnvironment > & xEnv ) const uno::Reference< ucb::XCommandEnvironment > & xEnv )
throw( uno::Exception ) throw( uno::Exception, std::exception )
{ {
osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex ); osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex );
......
...@@ -197,7 +197,7 @@ private: ...@@ -197,7 +197,7 @@ private:
::com::sun::star::beans::PropertyValue >& rValues, ::com::sun::star::beans::PropertyValue >& rValues,
const ::com::sun::star::uno::Reference< const ::com::sun::star::uno::Reference<
::com::sun::star::ucb::XCommandEnvironment > & xEnv ) ::com::sun::star::ucb::XCommandEnvironment > & xEnv )
throw( ::com::sun::star::uno::Exception ); throw( ::com::sun::star::uno::Exception, std::exception );
void insert( sal_Int32 nNameClashResolve, void insert( sal_Int32 nNameClashResolve,
const ::com::sun::star::uno::Reference< const ::com::sun::star::uno::Reference<
......
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