diff options
author | Justin Luth <justin_luth@sil.org> | 2021-09-03 15:19:50 +0200 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2021-09-06 17:52:54 +0200 |
commit | 23ec2a69123e983259b3f7fec73932270cd85e02 (patch) | |
tree | d3c8fe6853a3f8fec71dd94f873a5736991c162d /external | |
parent | b13e8762a765b9ec619647d5f447d44156c8c5d1 (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 'external')
0 files changed, 0 insertions, 0 deletions