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

coverity#1308433 Uncaught exception

Change-Id: I32750eebbcd5a54d3767d77f4f4b8c54c0888078
üst 8bf1d2c7
...@@ -314,7 +314,7 @@ namespace xmloff ...@@ -314,7 +314,7 @@ namespace xmloff
exportOuterAttributes(); exportOuterAttributes();
} }
void OControlExport::exportSubTags() throw (Exception) void OControlExport::exportSubTags() throw (Exception, std::exception)
{ {
// for the upcoming exportRemainingProperties: // for the upcoming exportRemainingProperties:
// if a control has the LabelControl property, this is not stored with the control itself, but instead with // if a control has the LabelControl property, this is not stored with the control itself, but instead with
......
...@@ -149,7 +149,7 @@ namespace xmloff ...@@ -149,7 +149,7 @@ namespace xmloff
/** writes everything which needs to be represented as sub tag /** writes everything which needs to be represented as sub tag
*/ */
void exportSubTags() throw (::com::sun::star::uno::Exception) SAL_OVERRIDE; void exportSubTags() throw (css::uno::Exception, std::exception) SAL_OVERRIDE;
/** adds the attributes which are handled via generic IPropertyHandlers /** adds the attributes which are handled via generic IPropertyHandlers
......
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