File: Linguistic.xcu

package info (click to toggle)
lightproof 1.5%2Bgit20140515-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 940 kB
  • ctags: 108
  • sloc: python: 1,353; xml: 48; makefile: 33; sh: 16
file content (14 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data oor:name="Linguistic"
        oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry"
        xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <node oor:name="ServiceManager">
        <node oor:name="GrammarCheckers">
            <node oor:name="org.openoffice.comp.pyuno.Lightproof.${implname}" oor:op="fuse">
                <prop oor:name="Locales" oor:type="oor:string-list">
                    <value>${locales}</value>
                </prop>
            </node>
        </node>
    </node>
</oor:component-data>