this method actually can throw, related fdo#57451
Change-Id: I26b79829029e127eb8b9ab4fbea3e0f02035ee41
This commit is contained in:
parent
41956321ce
commit
144a8586b8
2 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ public:
|
|||
|
||||
sal_Int32 getNamespaceId( const ::rtl::OUString& rUrl );
|
||||
|
||||
void importDocumentProperties() throw();
|
||||
void importDocumentProperties();
|
||||
|
||||
protected:
|
||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
|
||||
|
|
|
@ -206,7 +206,7 @@ XmlFilterBase::~XmlFilterBase()
|
|||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
void XmlFilterBase::importDocumentProperties() throw()
|
||||
void XmlFilterBase::importDocumentProperties()
|
||||
{
|
||||
Reference< XMultiServiceFactory > xFactory( getServiceFactory(), UNO_QUERY );
|
||||
MediaDescriptor aMediaDesc( getMediaDescriptor() );
|
||||
|
|
Loading…
Reference in a new issue