This file is indexed.

/usr/lib/libreoffice/share/Scripts/javascript/ExportSheetsToHTML/parcel-descriptor.xml is in libreoffice-script-provider-js 1:3.5.2-2ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>

<parcel language="JavaScript" xmlns:parcel="scripting.dtd">

    <script language="JavaScript">
        <locale lang="en">
            <displayname value="ExportSheetsToHTML"/>
            <description>
                Saves each sheet in the current Calc document as a separate HTML file in the same directory as the original Calc document.
            </description>
        </locale>
        <functionname value="exportsheetstohtml.js"/>
        <logicalname value="ExportSheetsToHTML.JavaScript"/>
    </script>

</parcel>