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

coverity#1308508 Uncaught exception

Change-Id: Ibe262b89ed66830444edefa93f971b353d2f16ce
üst 3adc9c2a
......@@ -50,7 +50,7 @@ public:
const ::com::sun::star::uno::Reference <
::com::sun::star::embed::XStorage > &xStorage,
OUString *pOptName )
throw (css::uno::RuntimeException);
throw (css::uno::RuntimeException, std::exception);
// methods without content:
virtual void _ExportAutoStyles() SAL_OVERRIDE;
......
......@@ -210,7 +210,7 @@ bool SvxXMLXTableExportComponent::save(
const uno::Reference<container::XNameContainer >& xTable,
const uno::Reference<embed::XStorage >& xStorage,
OUString *pOptName )
throw (css::uno::RuntimeException)
throw (css::uno::RuntimeException, std::exception)
{
bool bRet = false;
SfxMedium* pMedium = NULL;
......
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