Bug 495777

Summary: Fails with BASIC runtime error
Product: [Fedora] Fedora Reporter: Russell Harrison <fedora>
Component: openoffice.org-extendedPDFAssignee: Orion Poplawski <orion>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 10CC: orion
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.4-6.fc10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-17 18:02:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Russell Harrison 2009-04-14 18:37:07 UTC
Description of problem:
When I click on the extendedPDF button it fails with a BASIC runtime error. 

Version-Release number of selected component (if applicable):
openoffice.org-extendedPDF-1.4-4.fc9.noarch

How reproducible:

Steps to Reproduce:
1. Write a document in Writer
2. Click on the extendedPDF toolbar button
  
Actual results:

BASIC runtime error.
Property or method not found.

Expected results:
A PDF file is generated from the open document.

Additional info:
The macro editor opens on failure to the following section of code with the nested if statement highlighted:

if GetSolarVersion < 646 then 'openoffice.org version 1.x.x or equivalent
        ' Thanks to Petr Ferdus for finding the right property here
        if not isNull(documentInfo.theme) and not isEmpty(documentInfo.theme) then
            s = s & " /Subject " & epdf_pdfu_hexEncodePdfText(documentInfo.theme, errorCode)
        end if
else

Comment 1 Fedora Update System 2009-04-14 22:28:54 UTC
openoffice.org-extendedPDF-1.4-6.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/openoffice.org-extendedPDF-1.4-6.fc10

Comment 2 Fedora Update System 2009-04-15 17:58:32 UTC
openoffice.org-extendedPDF-1.4-6.fc10 has been pushed to the Fedora 10 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update openoffice.org-extendedPDF'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-3681

Comment 3 Russell Harrison 2009-04-16 15:22:15 UTC
This does seem to fix the problem I was seeing.  Thanks for the extremely quick turn around!

Comment 4 Fedora Update System 2009-04-17 18:01:57 UTC
openoffice.org-extendedPDF-1.4-6.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.