diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-08 10:36:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-11 23:05:30 +0200 |
commit | 9dac3118ee80bea900cede71e4ef616bad165401 (patch) | |
tree | b63486d7281cf9f0e22c9c650a9523e1b89565c0 /include/unotools | |
parent | 18c4a2592e650c71f11d0443a3eb9b262c176c3a (diff) |
replace createFromAscii with OUString literals in OConfigurationNode
Change-Id: I6029cd4c894c6ab079cc508ba15df41ec5d4f8db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167516
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/confignode.hxx | 5 |
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 |