Kaydet (Commit) 912666d7 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Iabf8ef0fb5b9fd1d768b705b62db9083cec592c8
Reviewed-on: https://gerrit.libreoffice.org/65653Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst f5d40311
......@@ -1381,7 +1381,7 @@ rtl::Reference< ChildAccess > Access::getChild(OUString const & name) {
("access best-matching localized property value via \"*<locale>\""
" with empty <locale>; falling back to defaults"));
if (!locale.isEmpty()) {
// Find best match using an adaption of RFC 4647 lookup matching
// Find best match using an adaptation of RFC 4647 lookup matching
// rules, removing "-" or "_" delimited segments from the end:
for (;;) {
rtl::Reference< ChildAccess > child(getChild(locale));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment