This file is indexed.

/usr/lib/libreoffice/share/extensions/DmathsAddon/DmInstall/ToolLang.xba is in libreoffice-dmaths 3.4+dfsg1-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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="ToolLang" script:language="StarBasic">&apos;************************************************
&apos;Copyright (C) 2006-2010 Didier Dorange-Pattoret
&apos;38, chemin de l&apos;Abbaye 
&apos;74940 Annecy le Vieux
&apos;France
&apos;ddorange@dmaths.com
&apos;
&apos;
&apos;This library is free software; you can redistribute it and/or
&apos;modify it under the terms of the GNU General Public Licence (GPL)
&apos;as published by the Free Software Foundation; either
&apos;version 2.1 of the License, or (at your option) any later version.

&apos;This library is distributed in the hope that it will be useful,
&apos;but WITHOUT ANY WARRANTY; without even the implied warranty of
&apos;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
&apos;General Public License for more details.

&apos;You should have received a copy of the GNU General Public Licence (GPL)
&apos;along with this library; if not, write to the Free Software
&apos;Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
&apos;************************************************



Public Trad(2,5) as String


Sub ChargementDuVocabulaire
	Trad(0,0) = &quot; LibreO / OOo / Neo va être redémarré. &quot;
	Trad(0,1) = &quot; Votre compte ne dispose pas de droits d&apos;écriture suffisants. &quot;
	Trad(0,2) = &quot; Etes vous sûr de vouloir désinstaller Dmaths ? &quot;
	Trad(0,3) = &quot; Vos options sont opérationelles. &quot;
	Trad(0,4) = &quot; Dmaths est maintenant désinstallé. &quot;
	Trad(0,5) = &quot; Quittez et relancez OpenOffice ! &quot;	

	
	Trad(1,0) = &quot; LibreO / OOo  / Neo will start again. &quot;
	Trad(1,1) = &quot; You must have administrator rights. &quot;	
	Trad(1,2) = &quot; Do you want to uninstall Dmaths ?	&quot;
	Trad(1,3) = &quot; Your options are activated &quot;
	Trad(1,4) = &quot; Dmaths has now been uninstalled	&quot;
	Trad(1,5) = &quot; Quit and restart OpenOffice! &quot;	
	
	Trad(2,0) = &quot; Schließe LibreO / OOo/ Neo bzw. den Schnellstarter. &quot;
	Trad(2,1) = &quot; Sie müssen dafür Administrator-Rechte haben. &quot;
	Trad(2,2) = &quot; Möchten Sie Dmaths wirklich entfernen? &quot;
	Trad(2,3) = &quot; Die Optionen sind aktiviert &quot;
	Trad(2,4) = &quot; Dmaths erfolgreich deinstalliert. &quot;
	Trad(2,5) = &quot; Beenden und starten Sie OpenOffice neu! &quot;
	
End Sub
</script:module>