[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - extras/source solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 24 11:09:10 UTC 2019


 extras/source/templates/presnt/lang/bg/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/bg/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/cs/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/cs/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/da/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/da/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/de/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/de/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/en-GB/prs-novelty.otp  |binary
 extras/source/templates/presnt/lang/en-GB/prs-strategy.otp |binary
 extras/source/templates/presnt/lang/en-US/prs-novelty.otp  |binary
 extras/source/templates/presnt/lang/en-US/prs-strategy.otp |binary
 extras/source/templates/presnt/lang/es/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/es/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/eu/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/eu/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/fr/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/fr/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/hu/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/hu/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/it/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/it/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/ja/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/ja/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/km/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/km/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/ko/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/ko/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/lt/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/lt/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/nl/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/nl/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/pl/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/pl/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/pt-BR/prs-novelty.otp  |binary
 extras/source/templates/presnt/lang/pt-BR/prs-strategy.otp |binary
 extras/source/templates/presnt/lang/pt/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/pt/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/ru/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/ru/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/sk/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/sk/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/sl/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/sl/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/sv/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/sv/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/tr/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/tr/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/vi/prs-novelty.otp     |binary
 extras/source/templates/presnt/lang/vi/prs-strategy.otp    |binary
 extras/source/templates/presnt/lang/zh-CN/prs-novelty.otp  |binary
 extras/source/templates/presnt/lang/zh-CN/prs-strategy.otp |binary
 extras/source/templates/presnt/lang/zh-TW/prs-novelty.otp  |binary
 extras/source/templates/presnt/lang/zh-TW/prs-strategy.otp |binary
 solenv/bin/modules/installer/strip.pm                      |    4 ++--
 55 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e50d4c88a194dccc2b3de451503a10903e3ab006
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu Jan 24 10:33:06 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Thu Jan 24 10:33:06 2019 +0000

    Removed whitespace

diff --git a/solenv/bin/modules/installer/strip.pm b/solenv/bin/modules/installer/strip.pm
index d821caa5e415..e9a333da29a3 100644
--- a/solenv/bin/modules/installer/strip.pm
+++ b/solenv/bin/modules/installer/strip.pm
@@ -79,7 +79,7 @@ sub do_strip
 }
 
 #####################################################################
-# Resolving all variables in the packagename.
+# Resolving all variables in the packagename
 #####################################################################
 
 sub strip_libraries
@@ -116,7 +116,7 @@ sub strip_libraries
             if ($onelanguage eq "") { $onelanguage = "00"; }
 
             my $strippeddir = $strippeddirbase . $installer::globals::separator . $onelanguage;
-            installer::systemactions::create_directory($strippeddir);   # creating language specific subdirectories
+            installer::systemactions::create_directory($strippeddir); # creating language specific subdirectories
 
             my $destfilename = $strippeddir . $installer::globals::separator . $shortfilename;
             installer::systemactions::copy_one_file($sourcefilename, $destfilename);
commit 7b0f1e9cae77fc5d4f218581c564745e90c379a9
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu Jan 24 10:23:15 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Thu Jan 24 10:23:15 2019 +0000

    Update presentation templates

diff --git a/extras/source/templates/presnt/lang/bg/prs-novelty.otp b/extras/source/templates/presnt/lang/bg/prs-novelty.otp
index 0d5d39a1576d..9c9d9129fb2b 100644
Binary files a/extras/source/templates/presnt/lang/bg/prs-novelty.otp and b/extras/source/templates/presnt/lang/bg/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/bg/prs-strategy.otp b/extras/source/templates/presnt/lang/bg/prs-strategy.otp
index 431e7d2f3dfd..bc520a621df5 100644
Binary files a/extras/source/templates/presnt/lang/bg/prs-strategy.otp and b/extras/source/templates/presnt/lang/bg/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/cs/prs-novelty.otp b/extras/source/templates/presnt/lang/cs/prs-novelty.otp
index 8348b876fd93..11ca7ccd28e9 100644
Binary files a/extras/source/templates/presnt/lang/cs/prs-novelty.otp and b/extras/source/templates/presnt/lang/cs/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/cs/prs-strategy.otp b/extras/source/templates/presnt/lang/cs/prs-strategy.otp
index 24b1020ca87e..e3fc314f518b 100644
Binary files a/extras/source/templates/presnt/lang/cs/prs-strategy.otp and b/extras/source/templates/presnt/lang/cs/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/da/prs-novelty.otp b/extras/source/templates/presnt/lang/da/prs-novelty.otp
index ebe1f398bdc1..eb4977c8018d 100644
Binary files a/extras/source/templates/presnt/lang/da/prs-novelty.otp and b/extras/source/templates/presnt/lang/da/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/da/prs-strategy.otp b/extras/source/templates/presnt/lang/da/prs-strategy.otp
index 8ee3cc0df880..57b7321de0a2 100644
Binary files a/extras/source/templates/presnt/lang/da/prs-strategy.otp and b/extras/source/templates/presnt/lang/da/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/de/prs-novelty.otp b/extras/source/templates/presnt/lang/de/prs-novelty.otp
index c0b1ff84f7bd..552b8d26a9de 100644
Binary files a/extras/source/templates/presnt/lang/de/prs-novelty.otp and b/extras/source/templates/presnt/lang/de/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/de/prs-strategy.otp b/extras/source/templates/presnt/lang/de/prs-strategy.otp
index 6eec3bac0fa4..78c3e5dd84b1 100644
Binary files a/extras/source/templates/presnt/lang/de/prs-strategy.otp and b/extras/source/templates/presnt/lang/de/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/en-GB/prs-novelty.otp b/extras/source/templates/presnt/lang/en-GB/prs-novelty.otp
index e31e5fd3e755..965ae1a03178 100644
Binary files a/extras/source/templates/presnt/lang/en-GB/prs-novelty.otp and b/extras/source/templates/presnt/lang/en-GB/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/en-GB/prs-strategy.otp b/extras/source/templates/presnt/lang/en-GB/prs-strategy.otp
index f186d397d941..918b42c3c625 100644
Binary files a/extras/source/templates/presnt/lang/en-GB/prs-strategy.otp and b/extras/source/templates/presnt/lang/en-GB/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/en-US/prs-novelty.otp b/extras/source/templates/presnt/lang/en-US/prs-novelty.otp
index b9b90d94d4f3..6604ab16cdbe 100644
Binary files a/extras/source/templates/presnt/lang/en-US/prs-novelty.otp and b/extras/source/templates/presnt/lang/en-US/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/en-US/prs-strategy.otp b/extras/source/templates/presnt/lang/en-US/prs-strategy.otp
index 92d188e2e8c1..a3c9e1b1e572 100644
Binary files a/extras/source/templates/presnt/lang/en-US/prs-strategy.otp and b/extras/source/templates/presnt/lang/en-US/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/es/prs-novelty.otp b/extras/source/templates/presnt/lang/es/prs-novelty.otp
index 8ea2f8907862..1c1b014051eb 100644
Binary files a/extras/source/templates/presnt/lang/es/prs-novelty.otp and b/extras/source/templates/presnt/lang/es/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/es/prs-strategy.otp b/extras/source/templates/presnt/lang/es/prs-strategy.otp
index 206a56ff91b5..cdf7cf889003 100644
Binary files a/extras/source/templates/presnt/lang/es/prs-strategy.otp and b/extras/source/templates/presnt/lang/es/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/eu/prs-novelty.otp b/extras/source/templates/presnt/lang/eu/prs-novelty.otp
index 938b66f7f20c..7db91be9afa9 100644
Binary files a/extras/source/templates/presnt/lang/eu/prs-novelty.otp and b/extras/source/templates/presnt/lang/eu/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/eu/prs-strategy.otp b/extras/source/templates/presnt/lang/eu/prs-strategy.otp
index e96d01f1ee37..f68e3aaf5bfe 100644
Binary files a/extras/source/templates/presnt/lang/eu/prs-strategy.otp and b/extras/source/templates/presnt/lang/eu/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/fr/prs-novelty.otp b/extras/source/templates/presnt/lang/fr/prs-novelty.otp
index 61c994eb1c11..5419631cb5cd 100644
Binary files a/extras/source/templates/presnt/lang/fr/prs-novelty.otp and b/extras/source/templates/presnt/lang/fr/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/fr/prs-strategy.otp b/extras/source/templates/presnt/lang/fr/prs-strategy.otp
index 2ec68a05aa02..3df3c85412c1 100644
Binary files a/extras/source/templates/presnt/lang/fr/prs-strategy.otp and b/extras/source/templates/presnt/lang/fr/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/hu/prs-novelty.otp b/extras/source/templates/presnt/lang/hu/prs-novelty.otp
index 053d01d1704e..529b04c2d5d1 100644
Binary files a/extras/source/templates/presnt/lang/hu/prs-novelty.otp and b/extras/source/templates/presnt/lang/hu/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/hu/prs-strategy.otp b/extras/source/templates/presnt/lang/hu/prs-strategy.otp
index 453affbc6372..834c071ba4b8 100644
Binary files a/extras/source/templates/presnt/lang/hu/prs-strategy.otp and b/extras/source/templates/presnt/lang/hu/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/it/prs-novelty.otp b/extras/source/templates/presnt/lang/it/prs-novelty.otp
index 10574ae9f195..2c5b957f300d 100644
Binary files a/extras/source/templates/presnt/lang/it/prs-novelty.otp and b/extras/source/templates/presnt/lang/it/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/it/prs-strategy.otp b/extras/source/templates/presnt/lang/it/prs-strategy.otp
index 4e237b775e3b..6decaa895944 100644
Binary files a/extras/source/templates/presnt/lang/it/prs-strategy.otp and b/extras/source/templates/presnt/lang/it/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/ja/prs-novelty.otp b/extras/source/templates/presnt/lang/ja/prs-novelty.otp
index 3186f6eb7934..2c41038e208c 100644
Binary files a/extras/source/templates/presnt/lang/ja/prs-novelty.otp and b/extras/source/templates/presnt/lang/ja/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/ja/prs-strategy.otp b/extras/source/templates/presnt/lang/ja/prs-strategy.otp
index fcc79311978c..e2cc5686f9a3 100644
Binary files a/extras/source/templates/presnt/lang/ja/prs-strategy.otp and b/extras/source/templates/presnt/lang/ja/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/km/prs-novelty.otp b/extras/source/templates/presnt/lang/km/prs-novelty.otp
index 4092d7d6822b..034353a2cbca 100644
Binary files a/extras/source/templates/presnt/lang/km/prs-novelty.otp and b/extras/source/templates/presnt/lang/km/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/km/prs-strategy.otp b/extras/source/templates/presnt/lang/km/prs-strategy.otp
index 2170a4e78629..598de9115fa1 100644
Binary files a/extras/source/templates/presnt/lang/km/prs-strategy.otp and b/extras/source/templates/presnt/lang/km/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/ko/prs-novelty.otp b/extras/source/templates/presnt/lang/ko/prs-novelty.otp
index d3ab1fcea0d2..f92944f13be1 100644
Binary files a/extras/source/templates/presnt/lang/ko/prs-novelty.otp and b/extras/source/templates/presnt/lang/ko/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/ko/prs-strategy.otp b/extras/source/templates/presnt/lang/ko/prs-strategy.otp
index f214eb47fd73..f8e0b383fa55 100644
Binary files a/extras/source/templates/presnt/lang/ko/prs-strategy.otp and b/extras/source/templates/presnt/lang/ko/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/lt/prs-novelty.otp b/extras/source/templates/presnt/lang/lt/prs-novelty.otp
index 71ab742389e8..a069aefdd909 100644
Binary files a/extras/source/templates/presnt/lang/lt/prs-novelty.otp and b/extras/source/templates/presnt/lang/lt/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/lt/prs-strategy.otp b/extras/source/templates/presnt/lang/lt/prs-strategy.otp
index 7a0a5b645289..7099cd9c8c62 100644
Binary files a/extras/source/templates/presnt/lang/lt/prs-strategy.otp and b/extras/source/templates/presnt/lang/lt/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/nl/prs-novelty.otp b/extras/source/templates/presnt/lang/nl/prs-novelty.otp
index f615096b969a..5e406f70c41d 100644
Binary files a/extras/source/templates/presnt/lang/nl/prs-novelty.otp and b/extras/source/templates/presnt/lang/nl/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/nl/prs-strategy.otp b/extras/source/templates/presnt/lang/nl/prs-strategy.otp
index ec3f056ff7a6..2de7d6100cc3 100644
Binary files a/extras/source/templates/presnt/lang/nl/prs-strategy.otp and b/extras/source/templates/presnt/lang/nl/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/pl/prs-novelty.otp b/extras/source/templates/presnt/lang/pl/prs-novelty.otp
index 564937139110..63ed7f56a2e9 100644
Binary files a/extras/source/templates/presnt/lang/pl/prs-novelty.otp and b/extras/source/templates/presnt/lang/pl/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/pl/prs-strategy.otp b/extras/source/templates/presnt/lang/pl/prs-strategy.otp
index b61aa9f7dfe3..78b29144318b 100644
Binary files a/extras/source/templates/presnt/lang/pl/prs-strategy.otp and b/extras/source/templates/presnt/lang/pl/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/pt-BR/prs-novelty.otp b/extras/source/templates/presnt/lang/pt-BR/prs-novelty.otp
index f52cb2ebaf89..f860e3a978db 100644
Binary files a/extras/source/templates/presnt/lang/pt-BR/prs-novelty.otp and b/extras/source/templates/presnt/lang/pt-BR/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/pt-BR/prs-strategy.otp b/extras/source/templates/presnt/lang/pt-BR/prs-strategy.otp
index 1dbbbfeab0ba..5a7a67e7eb6a 100644
Binary files a/extras/source/templates/presnt/lang/pt-BR/prs-strategy.otp and b/extras/source/templates/presnt/lang/pt-BR/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/pt/prs-novelty.otp b/extras/source/templates/presnt/lang/pt/prs-novelty.otp
index 6c63e6209c09..00974bd4ea59 100644
Binary files a/extras/source/templates/presnt/lang/pt/prs-novelty.otp and b/extras/source/templates/presnt/lang/pt/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/pt/prs-strategy.otp b/extras/source/templates/presnt/lang/pt/prs-strategy.otp
index 214c7f5dd1f2..8a667f8e4960 100644
Binary files a/extras/source/templates/presnt/lang/pt/prs-strategy.otp and b/extras/source/templates/presnt/lang/pt/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/ru/prs-novelty.otp b/extras/source/templates/presnt/lang/ru/prs-novelty.otp
index 33dc9ca435df..57f0ba684210 100644
Binary files a/extras/source/templates/presnt/lang/ru/prs-novelty.otp and b/extras/source/templates/presnt/lang/ru/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/ru/prs-strategy.otp b/extras/source/templates/presnt/lang/ru/prs-strategy.otp
index 392701f83299..12e4e16ea7b6 100644
Binary files a/extras/source/templates/presnt/lang/ru/prs-strategy.otp and b/extras/source/templates/presnt/lang/ru/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/sk/prs-novelty.otp b/extras/source/templates/presnt/lang/sk/prs-novelty.otp
index f7b9defd52c9..843c49bfe9b8 100644
Binary files a/extras/source/templates/presnt/lang/sk/prs-novelty.otp and b/extras/source/templates/presnt/lang/sk/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/sk/prs-strategy.otp b/extras/source/templates/presnt/lang/sk/prs-strategy.otp
index 4f87c82b8758..d3185ee2884a 100644
Binary files a/extras/source/templates/presnt/lang/sk/prs-strategy.otp and b/extras/source/templates/presnt/lang/sk/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/sl/prs-novelty.otp b/extras/source/templates/presnt/lang/sl/prs-novelty.otp
index 283ed23a2585..1cd4ecf197c7 100644
Binary files a/extras/source/templates/presnt/lang/sl/prs-novelty.otp and b/extras/source/templates/presnt/lang/sl/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/sl/prs-strategy.otp b/extras/source/templates/presnt/lang/sl/prs-strategy.otp
index 8cfe51367271..a551c399a957 100644
Binary files a/extras/source/templates/presnt/lang/sl/prs-strategy.otp and b/extras/source/templates/presnt/lang/sl/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/sv/prs-novelty.otp b/extras/source/templates/presnt/lang/sv/prs-novelty.otp
index bfb17bcb37a0..602e8c688040 100644
Binary files a/extras/source/templates/presnt/lang/sv/prs-novelty.otp and b/extras/source/templates/presnt/lang/sv/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/sv/prs-strategy.otp b/extras/source/templates/presnt/lang/sv/prs-strategy.otp
index 4be960f1ed2f..ee7c92a4a8c6 100644
Binary files a/extras/source/templates/presnt/lang/sv/prs-strategy.otp and b/extras/source/templates/presnt/lang/sv/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/tr/prs-novelty.otp b/extras/source/templates/presnt/lang/tr/prs-novelty.otp
index 65c1b6097ee9..e8675680a13e 100644
Binary files a/extras/source/templates/presnt/lang/tr/prs-novelty.otp and b/extras/source/templates/presnt/lang/tr/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/tr/prs-strategy.otp b/extras/source/templates/presnt/lang/tr/prs-strategy.otp
index 0168f254d8d3..c573f6102a94 100644
Binary files a/extras/source/templates/presnt/lang/tr/prs-strategy.otp and b/extras/source/templates/presnt/lang/tr/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/vi/prs-novelty.otp b/extras/source/templates/presnt/lang/vi/prs-novelty.otp
index aa6a50dc3cb0..c4bdbc4af14b 100644
Binary files a/extras/source/templates/presnt/lang/vi/prs-novelty.otp and b/extras/source/templates/presnt/lang/vi/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/vi/prs-strategy.otp b/extras/source/templates/presnt/lang/vi/prs-strategy.otp
index 4379b1e22421..ba268920077f 100644
Binary files a/extras/source/templates/presnt/lang/vi/prs-strategy.otp and b/extras/source/templates/presnt/lang/vi/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/zh-CN/prs-novelty.otp b/extras/source/templates/presnt/lang/zh-CN/prs-novelty.otp
index 43007afb8b87..f800909dde34 100644
Binary files a/extras/source/templates/presnt/lang/zh-CN/prs-novelty.otp and b/extras/source/templates/presnt/lang/zh-CN/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/zh-CN/prs-strategy.otp b/extras/source/templates/presnt/lang/zh-CN/prs-strategy.otp
index da6cd509673b..5afe34504928 100644
Binary files a/extras/source/templates/presnt/lang/zh-CN/prs-strategy.otp and b/extras/source/templates/presnt/lang/zh-CN/prs-strategy.otp differ
diff --git a/extras/source/templates/presnt/lang/zh-TW/prs-novelty.otp b/extras/source/templates/presnt/lang/zh-TW/prs-novelty.otp
index 51f0769859b6..b21123acadf2 100644
Binary files a/extras/source/templates/presnt/lang/zh-TW/prs-novelty.otp and b/extras/source/templates/presnt/lang/zh-TW/prs-novelty.otp differ
diff --git a/extras/source/templates/presnt/lang/zh-TW/prs-strategy.otp b/extras/source/templates/presnt/lang/zh-TW/prs-strategy.otp
index 8752d2c95326..a48cb90b1719 100644
Binary files a/extras/source/templates/presnt/lang/zh-TW/prs-strategy.otp and b/extras/source/templates/presnt/lang/zh-TW/prs-strategy.otp differ


More information about the Libreoffice-commits mailing list