This file is indexed.

/usr/lib/libreoffice/share/extensions/voikko/config.xcs is in libreoffice-voikko 4.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema
 oor:name="Config"
 oor:package="org.puimula.ooovoikko"
 xml:lang="en-US"
 xmlns:oor="http://openoffice.org/2001/registry"
 xmlns:xs="http://www.w3.org/2001/XMLSchema"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <component>
    <group oor:name="dictionary">
      <prop oor:name="variant" oor:type="xs:string"/>
    </group>
    <group oor:name="hyphenator">
      <prop oor:name="hyphWordParts" oor:type="xs:boolean"/>
      <prop oor:name="hyphUnknownWords" oor:type="xs:boolean"/>
    </group>
  </component>
</oor:component-schema>