summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/resmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/i18n/resmgr.cxx')
-rw-r--r--unotools/source/i18n/resmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/i18n/resmgr.cxx b/unotools/source/i18n/resmgr.cxx
index bb75cc61fed8..c55de86ee89b 100644
--- a/unotools/source/i18n/resmgr.cxx
+++ b/unotools/source/i18n/resmgr.cxx
@@ -116,7 +116,7 @@ namespace Translate
{
static std::unordered_map<OString, std::locale> aCache;
OString sIdentifier = rLocale.getGlibcLocaleString(".UTF-8").toUtf8();
- OString sUnique = sIdentifier + OString(pPrefixName);
+ OString sUnique = sIdentifier + pPrefixName;
auto aFind = aCache.find(sUnique);
if (aFind != aCache.end())
return aFind->second;