To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87700





------- Additional comments from [EMAIL PROTECTED] Wed Apr  2 08:57:35 +0000 
2008 -------
The problem was in fact in 

filter/source/pdf/pdfdialog.hxx
filter/source/pdf/pdfdialog.cxx

and there is no need to touch 
filter/source/pdf/impdialog.hxx
filter/source/pdf/impdialog.cxx


The problem is just that in the current implementation XPropertyAccess and
XExporter are not accessible to OOo Basic, as com.sun.star.lang.XTypeProvider is
not properly implemented in this class PDFDialog (but only in the base class
::svt::OGenericUnoDialog) and this interface is needed by scripting languages to
get type information. OpenOffice.org Basic cannot use the component without it.
         
Deriving from the template class ::cppu::ImplInheritanceHelper2 to implement the
base class OGenericUnoDialog and the interfaces XPropertyAccess and XExporter
solves the problem.
In the patch I have commented the implementation of XInterface as now it has no
reason to be. 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to