diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-18 09:37:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-21 10:20:31 +0200 |
commit | e18b08363a939b35e7f5dc435e606d2c62bddebd (patch) | |
tree | 6318e03a67fd2dfbbd29b88b3de36ad7e9fd6292 /unotools | |
parent | 20ff8cc5c3534d149b18b9776ab964324e70fdfd (diff) |
loplugin:unusedmethods
Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/confignode.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unotools/source/config/confignode.cxx b/unotools/source/config/confignode.cxx index 847dbc9434f4..e1b31cc0db76 100644 --- a/unotools/source/config/confignode.cxx +++ b/unotools/source/config/confignode.cxx @@ -132,21 +132,6 @@ namespace utl return sLocalName; } - OUString OConfigurationNode::getNodePath() const - { - OUString sNodePath; - try - { - Reference< XHierarchicalName > xNamed( m_xDirectAccess, UNO_QUERY_THROW ); - sNodePath = xNamed->getHierarchicalName(); - } - catch( const Exception& ) - { - DBG_UNHANDLED_EXCEPTION(); - } - return sNodePath; - } - OUString OConfigurationNode::normalizeName(const OUString& _rName, NAMEORIGIN _eOrigin) const { OUString sName(_rName); |