diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-04-08 09:44:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-04-08 12:11:50 +0200 |
commit | 6ba439d2583af917cea533aac7608e33db137c96 (patch) | |
tree | 26877861cd21426114b2e3ee4f5fefb4957da0b4 | |
parent | ff79dd464a5d9e92d63a4385d3d1103da6b467fd (diff) |
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@redhat.com>
-rw-r--r-- | i18nlangtag/source/languagetag/languagetag.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 > {}; } |