Hi Cor,

> No Java-info from me.
> What I have in Basic might give a hint?
> 
>     sService = "com.sun.star.deployment.PackageInformationProvider"
>     oPackageInfoProvider =
> GetDefaultContext.getValueByName("/singletons/" + sService)
> 
>     'you have to create an oxt with a description.xml and a unique
> identifier
>     Dim sExtensionIdentifier$
>     'change this with your extension's identifier
>     sExtensionIdentifier = "nl.nouenoff.xxx.oxt" '
> "org.openoffice.sdk.devguide.extensions.GenericOptionsPagesHandler"
> 
>     Dim sPackageLocation$
>     sPackageLocation =
> oPackageInfoProvider.getPackageLocation(sExtensionIdentifier)

this is a very interesting idea. I will look after it next week.

Greetings, Tobias

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

Reply via email to