summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/node.cxx')
-rw-r--r--unoxml/source/dom/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index ce6b9e7beb54..a6809cf7df47 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -162,7 +162,7 @@ namespace DOM
}
}
- const css::uno::Sequence< sal_Int8 > & CNode::getUnoTunnelId() throw()
+ const css::uno::Sequence< sal_Int8 > & CNode::getUnoTunnelId() noexcept
{
static const UnoTunnelIdInit theCNodeUnoTunnelId;
return theCNodeUnoTunnelId.getSeq();