diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2019-06-18 00:10:57 +0300 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-06-18 12:50:43 +0200 |
commit | cc0dc723c7d8354b5203310ef1381bbf54258eba (patch) | |
tree | 787bd46d15e67f6a57c16b880354ea99068589df /unoxml/inc/node.hxx | |
parent | f362a3d8cc164bad7a61c9fd2191e3a80d5fd030 (diff) |
tdf#39593 Remove DOM::CNode::GetImplementation
Replace with comphelper::getUnoTunnelImplementation.
Change-Id: If98801fd85bf0967c54e1924a04b6de371868942
Reviewed-on: https://gerrit.libreoffice.org/74234
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'unoxml/inc/node.hxx')
-rw-r--r-- | unoxml/inc/node.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/inc/node.hxx b/unoxml/inc/node.hxx index 216f80eda3d5..e35ab3aafda5 100644 --- a/unoxml/inc/node.hxx +++ b/unoxml/inc/node.hxx @@ -119,8 +119,7 @@ namespace DOM virtual ~CNode() override; - static CNode * GetImplementation(css::uno::Reference< - css::uno::XInterface> const& xNode); + static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId() throw(); xmlNodePtr GetNodePtr() { return m_aNodePtr; } |