summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-25 09:44:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-25 11:46:44 +0100
commit3525b4e098290af9953e4be571e242598fcc0a49 (patch)
tree7e5fd269be6226f9c743392b1127fa9a13347d22 /include/unotools
parent843ec02fcbc6e1dbc0fbac7e0ee90fd6177711e7 (diff)
loplugin:unusedmethods
Change-Id: I085394e0f4b780dc5b376d5ac0e9d761434e3ead Reviewed-on: https://gerrit.libreoffice.org/68301 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/confignode.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx
index bc4937e181a7..bde22e9ff04b 100644
--- a/include/unotools/confignode.hxx
+++ b/include/unotools/confignode.hxx
@@ -149,7 +149,6 @@ namespace utl
/// checks whether or not a direct child with a given name exists
bool hasByName(const OUString& _rName) const throw();
- bool hasByName( const sal_Char* _pAsciiName ) const { return hasByName( OUString::createFromAscii( _pAsciiName ) ); }
/// checks whether or not a descendent (no matter if direct or indirect) with the given name exists
bool hasByHierarchicalName( const OUString& _rName ) const throw();