~ubuntu-branches/ubuntu/raring/accessodf/raring

« back to all changes in this revision

Viewing changes to addon/Factories.xcu

  • Committer: Package Import Robot
  • Author(s): Sebastian Humenda
  • Date: 2012-04-09 11:21:13 UTC
  • Revision ID: package-import@ubuntu.com-20120409112113-v0kmfdj1ks80xoj8
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<oor:component-data oor:name="Factories"
 
3
                    oor:package="org.openoffice.Office.UI"
 
4
                    xmlns:oor="http://openoffice.org/2001/registry"
 
5
                    xmlns:xs="http://www.w3.org/2001/XMLSchema"
 
6
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
7
 
 
8
  <node oor:name="Registered">
 
9
    <node oor:name="UIElementFactories">
 
10
      <node oor:name="be.docarch.accessodf.ooo.toolpanel" oor:op="replace">
 
11
        <prop oor:name="Type">
 
12
          <value>toolpanel</value>
 
13
        </prop>
 
14
        <prop oor:name="Name">
 
15
          <value>be.docarch.accessodf.ooo.toolpanel</value>
 
16
        </prop>
 
17
        <prop oor:name="Module">
 
18
          <value/>
 
19
        </prop>
 
20
        <prop oor:name="FactoryImplementation">
 
21
          <value>be.docarch.accessodf.ooo.toolpanel.ToolPanelFactory</value>
 
22
        </prop>
 
23
      </node>
 
24
    </node>
 
25
  </node>
 
26
</oor:component-data>
 
 
b'\\ No newline at end of file'