This file is indexed.

/usr/lib/libreoffice/share/extensions/voikko/Linguistic.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
<?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="voikko.GrammarChecker" oor:op="fuse">
                <prop oor:name="Locales" oor:type="oor:string-list">
                    <value>fi-FI</value>
                </prop>
            </node>
        </node>   
	     
        <node oor:name="GrammarCheckerList">
            <prop oor:name="fi-FI" oor:type="oor:string-list" oor:op="replace">
                <value>voikko.GrammarChecker</value>
            </prop>
        </node>  	     

    </node>

</oor:component-data>