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

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilmari.lauhakangas@libreoff
                   |                            |ice.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Buovjaga <[email protected]> ---
If the claim about looping was true, we should find an element like

<p:showPr loop="1">

within the ppt/presProps.xml inside the .pptx file. However, I can't find any
p:showPr element when searching through the extracted files with

find . -name '*.xml' -exec grep -i --color=always 'showPr' {} +

Nor do I find any hit for loop.

The loop attribute is discussed here:
https://stackoverflow.com/questions/77327048/python-pptx-module-setting-presentation-to-loop-until-escape

Documentation in dotnet API:
https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.linq.nonamespace.loop

So per this and Miguel's testing, I think we can close as this seems to be a
mistake.

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

Reply via email to