This file is indexed.

/usr/lib/libreoffice/share/extensions/voikko/SettingsDialog.xcu 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
19
20
21
22
23
24
25
26
27
28
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="OptionsDialog"
  oor:package="org.openoffice.Office"
  xmlns:oor="http://openoffice.org/2001/registry"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <node oor:name="Nodes">
    <node oor:name="LanguageSettings" oor:op="fuse">
      <node oor:name="Leaves">
        <node oor:name="org.puimula.ooovoikko.Settings" oor:op="fuse">
          <prop oor:name="Id">
            <value>org.puimula.ooovoikko</value>
          </prop>
          <prop oor:name="Label">
            <value xml:lang="en-US">Voikko</value>
            <value xml:lang="fi">Voikko</value>
          </prop>
          <prop oor:name="OptionsPage">
            <value>%origin%/SettingsDialog.xdl</value>
          </prop>
          <prop oor:name="EventHandlerService">
            <value>org.puimula.ooovoikko.SettingsEventHandlerImplementation</value>
          </prop>
        </node>
      </node>
    </node>
  </node>
</oor:component-data>