cid#706558 Uncaught exception
Change-Id: I23b4d4de0772a45b57730921ef0fd191c53c4763
This commit is contained in:
@@ -776,7 +776,7 @@ void ImageManagerImpl::initialize( const Sequence< Any >& aArguments )
|
||||
|
||||
// XImageManagerImpl
|
||||
void ImageManagerImpl::reset()
|
||||
throw (::com::sun::star::uno::RuntimeException)
|
||||
throw (::com::sun::star::uno::RuntimeException, lang::IllegalAccessException)
|
||||
{
|
||||
SolarMutexGuard g;
|
||||
|
||||
|
@@ -116,7 +116,7 @@ namespace framework
|
||||
void removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException);
|
||||
|
||||
// XImageManager
|
||||
void reset() throw (::com::sun::star::uno::RuntimeException);
|
||||
void reset() throw (::com::sun::star::uno::RuntimeException, css::lang::IllegalAccessException);
|
||||
::com::sun::star::uno::Sequence< OUString > getAllImageNames( ::sal_Int16 nImageType ) throw (::com::sun::star::uno::RuntimeException);
|
||||
bool hasImage( ::sal_Int16 nImageType, const OUString& aCommandURL ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
|
||||
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > > getImages( ::sal_Int16 nImageType, const ::com::sun::star::uno::Sequence< OUString >& aCommandURLSequence ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
|
||||
|
Reference in New Issue
Block a user