Kaydet (Commit) 144a8586 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

this method actually can throw, related fdo#57451

Change-Id: I26b79829029e127eb8b9ab4fbea3e0f02035ee41
üst 41956321
......@@ -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() );
......
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