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

--- Comment #27 from Mike Kaganski <mikekagan...@hotmail.com> ---
(In reply to Julien Nabet from comment #26)

While you are probably correct in where the problem is seen (my debug from last
night indicates the failure of file operation inside
dp_manager::PackageManagerImpl::create when it tries to access absent items in
%userprofile%\LibreOffice\4\user\extensions\shared), there's no o3tl::toW in
the failing code. What you see in code at your links is for master, while
failing is code for 5.4, which is here:

https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob;f=sal/osl/w32/file.cxx;h=d7ef5623cd4ea17cb52fb4b73e96cf57f65c334d;hb=refs/heads/libreoffice-5-4#l737

Second: the code in LibreOffice uses  LIBO_INTERNAL_ONLY && __cplusplus path in
types.h, so sal_Unicode *is* char_16t for us. If it weren't, the code wouldn't
compile.

I'll continue debugging this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to