summaryrefslogtreecommitdiffstats
path: root/unoxml/inc/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/inc/node.hxx')
-rw-r--r--unoxml/inc/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/inc/node.hxx b/unoxml/inc/node.hxx
index bec0a8c9b8c1..e6974271f83a 100644
--- a/unoxml/inc/node.hxx
+++ b/unoxml/inc/node.hxx
@@ -117,7 +117,7 @@ namespace DOM
virtual ~CNode() override;
- static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId() throw();
+ static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId() noexcept;
xmlNodePtr GetNodePtr() { return m_aNodePtr; }