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

coverity#738062 Uncaught exception

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