From ee8f0a10661b747db9a82b9acba4de343a5a51d6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 31 Aug 2019 19:29:31 +0200 Subject: Fix '..' To complete this: https://gerrit.libreoffice.org/#/c/78312/ This is a massive replace for ".." instead of "..." between words. It passed "make check" on Linux. Change-Id: I144d8061fca9f545c762941551e59dffdd3650e8 Reviewed-on: https://gerrit.libreoffice.org/78357 Reviewed-by: Julien Nabet Tested-by: Jenkins --- unotools/source/misc/syslocale.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools/source/misc') diff --git a/unotools/source/misc/syslocale.cxx b/unotools/source/misc/syslocale.cxx index 9b5d9b3cd782..cad884f71d1f 100644 --- a/unotools/source/misc/syslocale.cxx +++ b/unotools/source/misc/syslocale.cxx @@ -199,7 +199,7 @@ rtl_TextEncoding SvtSysLocale::GetBestMimeEncoding() // 'qlt' to rtl_locale_register() and the underlying system locale // stuff, which doesn't know about it nor about BCP47 in the Variant // field. So use the real language and for non-pure ISO cases hope for - // the best.. the fallback to UTF-8 should solve these cases nowadays. + // the best... the fallback to UTF-8 should solve these cases nowadays. /* FIXME-BCP47: the script needs to go in here as well, so actually * we'd need some variant fiddling or glibc locale string and tweak * rtl_locale_register() to know about it! But then again the Windows -- cgit