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

coverity#737243 Uncaught exception

Change-Id: I4bef14453d076f11066a695bc4a948cea5cfd40b
üst 1d2993df
...@@ -40,7 +40,7 @@ public: ...@@ -40,7 +40,7 @@ public:
QuickDiagrammingImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext ); QuickDiagrammingImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
// from FilterBase // from FilterBase
virtual bool importDocument() throw() SAL_OVERRIDE; virtual bool importDocument() throw (css::uno::RuntimeException) SAL_OVERRIDE;
virtual bool exportDocument() throw() SAL_OVERRIDE; virtual bool exportDocument() throw() SAL_OVERRIDE;
virtual const ::oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE; virtual const ::oox::drawingml::Theme* getCurrentTheme() const SAL_OVERRIDE;
......
...@@ -54,7 +54,7 @@ QuickDiagrammingImport::QuickDiagrammingImport( const ::com::sun::star::uno::Ref ...@@ -54,7 +54,7 @@ QuickDiagrammingImport::QuickDiagrammingImport( const ::com::sun::star::uno::Ref
: XmlFilterBase( rxContext ) : XmlFilterBase( rxContext )
{} {}
bool QuickDiagrammingImport::importDocument() throw() bool QuickDiagrammingImport::importDocument() throw (css::uno::RuntimeException)
{ {
/* to activate the PPTX dumper, define the environment variable /* to activate the PPTX dumper, define the environment variable
OOO_PPTXDUMPER and insert the full path to the file OOO_PPTXDUMPER and insert the full path to the file
......
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