Hi,

I'm tryig to deploy a color palette with extension (*.oxt) but it seems it
didn't work.

I have checked Path.xcs and Paths.xcu from the share registry, there is only :

 <node oor:name="Palette" oor:op="fuse" oor:mandatory="true">
  <prop oor:name="WritePath">
   <value>$(userurl)/config</value>
  </prop>
 </node>

And I change the node to :

 <node oor:name="Paths">
        <node oor:name="Palette" oor:op="fuse">
            <node oor:name="InternalPaths">
                <node oor:name="%origin%/palette" oor:op="fuse" />
            </node>
        </node>
 </node>

Is it possible as it seems there isn't InternalPaths property for Palette path ?

Any tips ? 


I have uploaded the extension here[1], please rename it to palette.oxt

Moreover, insert color palette has been fixed on the API[2].

[1] http://www.cijoint.fr/cj200904/cijsusQ2rm.oxt
[2] http://openoffice.org/issues/show_bug.cgi?id=94459


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to