diff options
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r-- | include/unotools/confignode.hxx | 1 |
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(); |