This file is indexed.

/usr/lib/libreoffice/share/extensions/canzeley-client/Kanzleiprogramm/RegDBDia.xdl is in libreoffice-canzeley-client 0.5.0-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:style-id="1" dlg:id="RegDBDia" dlg:left="50" dlg:top="80" dlg:width="160" dlg:height="120" dlg:closeable="true" dlg:moveable="true" dlg:title="Liste der registrierten Datenbankdateien">
 <dlg:styles>
  <dlg:style dlg:style-id="0" dlg:font-name="DejaVu Sans" dlg:font-stylename="Book" dlg:font-family="swiss"/>
  <dlg:style dlg:style-id="1" dlg:background-color="0xffff00"/>
 </dlg:styles>
 <dlg:bulletinboard>
  <dlg:menulist dlg:id="RegDBListBox" dlg:tab-index="0" dlg:left="5" dlg:top="5" dlg:width="150" dlg:height="100"/>
  <dlg:button dlg:style-id="0" dlg:id="AuswahlButton" dlg:tab-index="1" dlg:left="15" dlg:top="105" dlg:width="60" dlg:height="15" dlg:value="Auswahl">
   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Kanzleiprogramm.RegDBMod1.GewaehlteRegDBFeststellen?language=Basic&amp;location=application" script:language="Script"/>
  </dlg:button>
  <dlg:button dlg:id="SchliessenButton" dlg:tab-index="2" dlg:left="80" dlg:top="105" dlg:width="60" dlg:height="15" dlg:value="Schließen">
   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Kanzleiprogramm.RegDBMod1.RegDBDiaSchliessen?language=Basic&amp;location=application" script:language="Script"/>
  </dlg:button>
 </dlg:bulletinboard>
</dlg:window>