summaryrefslogtreecommitdiff
path: root/extras/source/autotext/lang/de/crdbus50/KLA3
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2021-09-03 15:19:50 +0200
committerJustin Luth <justin_luth@sil.org>2021-09-06 17:52:54 +0200
commit23ec2a69123e983259b3f7fec73932270cd85e02 (patch)
treed3c8fe6853a3f8fec71dd94f873a5736991c162d /extras/source/autotext/lang/de/crdbus50/KLA3
parentb13e8762a765b9ec619647d5f447d44156c8c5d1 (diff)
remove unnecessary settings.xml from autotext
I don't think that anyone wants their document settings adjusted just by entering some autotext. [Now, it didn't seem to be doing that because I suppose that since the value already exists, the import won't overwrite it.] find extras/source -name settings.xml | md5sum | sort //shows only a few unique entries. Visual comparing with "Meld" //didn't reveal any reason why the files are useful. I also removed ./autotext/lang/bg/standard/FN/Obj0012D655/settings.xml based on Laurent's advice, even though it contains <config:config-item config:name="Formula" E=mc^2 Otherwise, the other 7 versions were almost identical, differening only in OOo version .9, or 1.1 and show redline changes on/off. cd exttras/source find . -name settings.xml -exec rm {} \; git grep -l \/settings.xml *.xml | xargs sed -i /\/settings.xml/d git grep -l \/settings.xml ../CustomTarget_autotextshare.mk \ | xargs sed -i "/\/settings.xml/d" Change-Id: I9c148bdff55e6757e6fa98401486bc7c41ebf25d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121605 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'extras/source/autotext/lang/de/crdbus50/KLA3')
-rw-r--r--extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml b/extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml
deleted file mode 100644
index dd9796adb745..000000000000
--- a/extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<office:document-settings xmlns:office="http://openoffice.org/2000/office" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="http://openoffice.org/2001/config" office:class="text" office:version="0.9">
- <office:settings>
- <config:config-item-set config:name="view-settings">
- <config:config-item config:name="ViewAreaTop" config:type="int">0</config:config-item>
- <config:config-item config:name="ViewAreaLeft" config:type="int">0</config:config-item>
- <config:config-item config:name="ViewAreaWidth" config:type="int">0</config:config-item>
- <config:config-item config:name="ViewAreaHeight" config:type="int">0</config:config-item>
- <config:config-item config:name="ShowRedlineChanges" config:type="boolean">false</config:config-item>
- <config:config-item config:name="RecordRedlineChanges" config:type="boolean">false</config:config-item>
- <config:config-item config:name="ShowHeaderWhileBrowsing" config:type="boolean">false</config:config-item>
- <config:config-item config:name="ShowFooterWhileBrowsing" config:type="boolean">false</config:config-item>
- </config:config-item-set>
- <config:config-item-set config:name="configuration-settings">
- <config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
- <config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
- <config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
- <config:config-item config:name="AddParaTableSpacing" config:type="boolean">false</config:config-item>
- <config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">false</config:config-item>
- <config:config-item config:name="PrinterName" config:type="string"/>
- <config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
- <config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
- <config:config-item config:name="ApplyUserData" config:type="boolean">true</config:config-item>
- <config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
- <config:config-item config:name="CurrentDatabaseDataSource" config:type="string">Address Book File</config:config-item>
- <config:config-item config:name="CurrentDatabaseCommand" config:type="string">address</config:config-item>
- <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
- </config:config-item-set>
- </office:settings>
-</office:document-settings>