On 12/11/08 14:06, Benjamin Vollmer wrote:
[snip]
Probably a referencing problem. Did you use %origin% to specify the location of the xdl file?
Please note that %origin% is relative to the referencing xcu file!
Ok, let us take my example. OptionsDialog.xcu is stored under "/registry/data/org/openoffice/Office/" and the option dialog file is stored under "/dialogs/". How should my entry look like?

<prop oor:name="OptionsPage">
 <value>../../../../../../%origin%/dialogs/Leaf.xdl</value>
</prop>

(This didn't work for me.)

Could you please try <value>%origin%/../../../../../dialogs/Leaf.xdl</value> ?
This worked for me as I have the same directory structure.

Christian

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

Reply via email to