Type: required
         Title: change of com.sun.star.deployment.XPackage
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],desktop
Effective from: SRC680 cws jsc7


*Summary*
--------
+    boolean XPackage.checkPrerequisites


*Description*
-------------
boolean checkPrerequisites(
        [in] com::sun::star::task::XAbortChannel xAbortChannel,
        [in] com::sun::star::ucb::XCommandEnvironment xCmdEnv )
        raises (DeploymentException,
                com::sun::star::ucb::CommandFailedException,
                com::sun::star::ucb::CommandAbortedException);


Since extensions can now have dependencies of a certain version or
require that a user accepts a license, one needs a way to determine if
all requirements have been met before the extension is installed. This
function does exactly that.

The change was possible because the interface is still unpublished.


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

Reply via email to