https://issues.apache.org/ooo/show_bug.cgi?id=118671
Bug #: 118671
Issue Type: DEFECT
Summary: Simple macro crashes OOo.Impress
Classification: Application
Product: Presentation
Version: OOo 3.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: viewing
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created attachment 77063
--> https://issues.apache.org/ooo/attachment.cgi?id=77063
Custum slide show with killer macro
OOo.Impress is crashing during a
slide show when one custom slide show is replaced by another.
Version-Release number of selected component (if applicable):
openoffice.org-impress 3.3.x
How reproducible:
100%
Steps to Reproduce:
1. Open the attached presentation.
2. Enable macros for this presentation.
3. Start slide show.
4. Navigate to the second slide.
5. Choose the second or the third example.
Actual results:
OpenOffice.org crashes.
Expected results:
The slide show must go on.
Verified OS/OOo:
This presentation crashes on:
Fedora 14 x64
- with OOo from repository
x86_64 1:3.3.0-20.8.fc14
- with latest stable pre-compiled binary (3.3.0)
x64 from www.openoffice.org
- with latest stable pre-compiled binary (3.4.4 , OOO340m1, Build:402)
x64 from www.libreoffice.org
Scientific Linux 6.1 x86 LiveDVD
- with latest stable pre-compiled binary (3.3.0)
x86 from www.openoffice.org
This presentation works fine with OOo 3.2.0
The "Killer-Macro" is as follows:
------------------------------------
Sub KursSkats (view_name as String)
oDoc = ThisComponent
oDoc.Presentation.setPropertyValue("CustomShow", view_name)
oDoc.Presentation.start()
End Sub
-------------------------------------
--
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.