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

--- Comment #8 from Regina Henschel <rb.hensc...@t-online.de> ---
(In reply to Aidar from comment #7)
> Created attachment 196659 [details]
> Blank presentation created locally in using LibreOffice Impress 24.8.1.2,
> added Mouse pointer as a PEN drawing during local Slide Show, resulted in
> 70+ objects

Enable Mouse pointer as PEN in the Slideshow settings _before_ you start the
slide show. Do you still get such huge number of objects then?


To remove all annotations after being back from show mode, you can try this
macro:

sub EraseAllMouseAsPenAnnotations
dim oDocument as object: oDocument = ThisComponent
dim oLayerManager as object: oLayerManager = oDocument.LayerManager
do while oLayerManager.hasByName("DrawnInSlideshow")
        oLayerManager.remove(oLayerManager.getByname("DrawnInSlideshow"))
loop
end sub

Make a copy of the file, open the copy, run the macro and save the document. If
you need help on how to use the macro, please ask on
https://ask.libreoffice.org/c/english/5. When you use @Regina there, I'll be
notified and can give you a step-by-step description.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to