diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-03-05 17:42:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-03-05 19:49:43 +0100 |
commit | ebb41767f3669cd2ad3f8208f012f70654bbceb7 (patch) | |
tree | ccf8527c662550c51221bea24cbeb4a020c6c9f4 /include/connectivity | |
parent | c40afac8a39403f1c785151c9066becccf79078b (diff) |
Rename OCharsetMap::find overload to findIanaName
Change-Id: Id3fe81b41b92d6ad4e3f7127331d859a7b3c7f54
Reviewed-on: https://gerrit.libreoffice.org/50779
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/dbcharset.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx index f2a2ca171014..0830c1d00862 100644 --- a/include/connectivity/dbcharset.hxx +++ b/include/connectivity/dbcharset.hxx @@ -67,8 +67,6 @@ namespace dbtools OCharsetMap(); virtual ~OCharsetMap(); - struct IANA { }; - /** find the given text encoding in the map. @return the <em>end</em> iterator if the encoding could not be found. */ @@ -76,7 +74,7 @@ namespace dbtools /** find the given IANA name in the map. @return the <em>end</em> iterator if the IANA name could not be found. */ - CharsetIterator find(const OUString& _rIanaName, const IANA&) const; + CharsetIterator findIanaName(const OUString& _rIanaName) const; /// get access to the first element of the charset collection CharsetIterator begin() const; |