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

coverity#1308548 Uncaught exception

Change-Id: I62d538799a814346df4de00dc232a04376e77ad7
üst d7876aeb
...@@ -155,7 +155,7 @@ public: ...@@ -155,7 +155,7 @@ public:
/// get the accessible base name for an object /// get the accessible base name for an object
static OUString CreateAccessibleBaseName ( static OUString CreateAccessibleBaseName (
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape) const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape)
throw (::com::sun::star::uno::RuntimeException); throw (::com::sun::star::uno::RuntimeException, std::exception);
protected: protected:
// Declare default constructor, copy constructor, destructor, and // Declare default constructor, copy constructor, destructor, and
......
...@@ -1153,7 +1153,7 @@ void StringResourcePersistenceImpl::implKillChangedDefaultFiles ...@@ -1153,7 +1153,7 @@ void StringResourcePersistenceImpl::implKillChangedDefaultFiles
const OUString& aNameBase, const OUString& aNameBase,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess
) )
throw (Exception, RuntimeException) throw (Exception, RuntimeException, std::exception)
{ {
// Delete files for changed defaults // Delete files for changed defaults
for( LocaleItemVectorIt it = m_aChangedDefaultLocaleVector.begin(); for( LocaleItemVectorIt it = m_aChangedDefaultLocaleVector.begin();
......
...@@ -297,7 +297,7 @@ protected: ...@@ -297,7 +297,7 @@ protected:
const OUString& aNameBase, const OUString& aNameBase,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess
) )
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException); throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException, std::exception);
void implStoreAtLocation void implStoreAtLocation
( (
......
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