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

coverity#737762 Uncaught exception

Change-Id: Iaa34147326ebcb3a29b922c29c0a1fd6b4a5f515
üst e95b80d9
......@@ -71,7 +71,7 @@ public:
// from FilterBase
virtual bool importDocument() throw() SAL_OVERRIDE;
virtual bool exportDocument() throw (std::exception) SAL_OVERRIDE;
virtual bool exportDocument() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// only needed for import, leave them empty, refactor later XmlFilterBase to export and import base?
virtual sal_Int32 getSchemeClr( sal_Int32 /* nColorSchemeToken */ ) const { return 0; }
......
......@@ -330,7 +330,7 @@ bool PowerPointExport::importDocument() throw()
return false;
}
bool PowerPointExport::exportDocument() throw (std::exception)
bool PowerPointExport::exportDocument() throw (css::uno::RuntimeException, std::exception)
{
DrawingML::ResetCounters();
maShapeMap.clear ();
......
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