summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-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 0d0a62d64b76..ede78900725b 100644
--- a/unotools/source/i18n/resmgr.cxx
+++ b/unotools/source/i18n/resmgr.cxx
@@ -126,7 +126,7 @@ namespace Translate
if (aFind != aCache.end())
return aFind->second;
#if defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)
- std::locale aRet(sIdentifier.getStr());
+ std::locale aRet;
aCache[sUnique] = aRet;
return aRet;
#else