summaryrefslogtreecommitdiffstats
path: root/include/unotools/confignode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r--include/unotools/confignode.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx
index 946825aa4821..c95acd8bdbdb 100644
--- a/include/unotools/confignode.hxx
+++ b/include/unotools/confignode.hxx
@@ -81,11 +81,6 @@ namespace utl
*/
OConfigurationNode openNode(const OUString& _rPath) const noexcept;
- OConfigurationNode openNode( const char* _pAsciiPath ) const
- {
- return openNode( OUString::createFromAscii( _pAsciiPath ) );
- }
-
/** create a new child node
If the object represents a set node, this method may be used to create a new child. For non-set-nodes, the