diff options
Diffstat (limited to 'oox/inc/drawingml/transform2dcontext.hxx')
-rw-r--r-- | oox/inc/drawingml/transform2dcontext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/transform2dcontext.hxx b/oox/inc/drawingml/transform2dcontext.hxx index 7184210f0c56..f54b0249380d 100644 --- a/oox/inc/drawingml/transform2dcontext.hxx +++ b/oox/inc/drawingml/transform2dcontext.hxx @@ -31,7 +31,7 @@ class Transform2DContext final : public ::oox::core::ContextHandler2 { public: Transform2DContext( ::oox::core::ContextHandler2Helper const & rParent, - const ::oox::AttributeList& rAttributes, Shape& rShape, bool btxXfrm = false ) throw(); + const ::oox::AttributeList& rAttributes, Shape& rShape, bool btxXfrm = false ) noexcept; virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override; private: |