https://bugs.documentfoundation.org/show_bug.cgi?id=92296

--- Comment #7 from Norbert Thiebaud <[email protected]> ---
I've checked out 2523972f6a066488c649ab97dcba4f458126f18b

built it.. and ran the scenario..
can't reproduce here...
I did not switch to a Chinese locale though...
is that relevant ? 

in any case 2523972f6a066488c649ab97dcba4f458126f18b is
+++ b/vcl/source/gdi/impimagetree.cxx
@@ -181,7 +181,7 @@ bool ImplImageTree::doLoadImage(OUString const & name,
OUString const & style, B
     }

     if (found)
-        maIconSet[maCurrentStyle].maIconCache[name.intern()] =
std::make_pair(localized, bitmap);
+        maIconSet[maCurrentStyle].maIconCache[name] =
std::make_pair(localized, bitmap);

     return found;
 }

there is _no_ way that is related with the described problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to