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

Stephan Bergmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
         Resolution|NOTABUG                     |---
             Status|RESOLVED                    |UNCONFIRMED

--- Comment #4 from Stephan Bergmann <[email protected]> ---
The relevant css.util.PathSubstitution implementation code for "$(home)" calls
osl::Security::getHomeDir (see SubstitutePathVariables::GetHomeVariableValue,
framework/source/services/substitutepathvars.cxx), which in turn on Windows
calls osl_getHomeDir in sal/osl/w32/security.cxx.  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)

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

Reply via email to