From 38afbf56f0783d7442e63b58ffae9cf111c04edf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 12 Sep 2021 17:14:01 +0100 Subject: ofz: workaround more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic7988757a5adc76335911f89d5de1e5a64ce7056 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122001 Tested-by: Jenkins Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- unotools/source/i18n/resmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') 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 -- cgit