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

Stephan Bergmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #5 from Stephan Bergmann <[email protected]> ---
(In reply to Stephan Bergmann from comment #4)
> Which was changed in
> <https://git.libreoffice.org/core/+/
> 515d2579d305a6127c6c194319a58eac62437e33%5E!/> "Replace legacy
> dynamically-loaded functions with statically linked ones" from calling
> 
>   GetSpecialFolder(&ustrSysDir, CSIDL_PERSONAL)
> 
> to calling
> 
>   GetSpecialFolder(&ustrSysDir, FOLDERID_Documents)

...but which presumably isn't relevant, as the old SHGetSpecialFolderPathW with
CSIDL_PERSONAL should be equivalent to the new SHGetKnownFolderPath with
FOLDERID_Documents (see
<https://learn.microsoft.com/en-us/windows/win32/shell/csidl>)

And I'd accidentally overridden the RESOLVED NOTABUG during a mid-air
collision.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to