[Libreoffice-commits] core.git: i18nlangtag/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 8 10:12:33 UTC 2021
i18nlangtag/source/languagetag/languagetag.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6ba439d2583af917cea533aac7608e33db137c96
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Apr 8 09:44:22 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Apr 8 12:11:50 2021 +0200
Update comment
...after 86cadd43f002959d6cfcb7b3e4066076f6d05997 "rtl::Static -> function
local static"
Change-Id: I1013e7d38a85a596f279ac8107a4ac6d8b940950
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113788
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index a5a5dea7d0af..acdb3374b6ff 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -49,7 +49,7 @@ struct myLtError
~myLtError() { if (p) lt_error_unref( p); }
};
-// "statics" to be returned as const reference to an empty locale and string.
+// "static" to be returned as const reference to an empty locale.
struct theEmptyLocale : public rtl::Static< lang::Locale, theEmptyLocale > {};
}
More information about the Libreoffice-commits
mailing list