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

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilmari.lauhakangas@libreoff
                   |                            |ice.org

--- Comment #18 from Buovjaga <[email protected]> ---
(In reply to Heiko Tietze from comment #17)
> I run into the same issue with
> https://extensions.libreoffice.org/en/extensions/show/custom-palette-eport
> 
> Removing the following lines solved it.
> 
>   oRegKey = GetRegistryKeyContent("/org.openoffice.Office.Common/Path/Info",
> true)
>   oRegKey.WorkPathChanged = true
>   oRegKey.commitChanges
> 
> Reason is that Path::Info is not defined anymore in
> officecfg/registry/schema/org/openoffice/Office/Common.xcs.

You asked in the chat: How to find a patch that removed code? I'm curious to
understand why Path::Info was re/moved from Common.xcu for tdf#144625.

I ran `git log -S"Path::Info"` which finds last code removals as well as
additions.

Last removal hit is from 2019:
ffa636ba74b04b3258ec9a696bc4eac33581fa24
tdf#43021 WIN opt-out of OS recent folder usage

It indeed removes the Info entry from
officecfg/registry/schema/org/openoffice/Office/Common.xcs

Interestingly, this commit is *not* found, if you run `git log -S"Path::Info"
officecfg/registry/schema/org/openoffice/Office/Common.xcs`, so targeting only
that file.

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

Reply via email to