aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-11-16 21:49:14 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-11-16 21:49:14 +0100
commit8ac785874f36764b40593b4c4d33b1a5848b4cc1 (patch)
tree45941f702bec89acb70ad76cc7b14b09117f3050 /source
parent43ecc0b75a09ae6167f7368d056a3efbbbd1ae9e (diff)
Galician: remove duplicated string that breaks help creation
causes a segfault in helpex. Galician help is full of syntax errors – whatever tool the translators use for offline translation is pretty broken – but those don't break the build. Change-Id: I31a21a84ed3c732dd97b2f8e443b53443483bafc
Diffstat (limited to 'source')
-rw-r--r--source/gl/helpcontent2/source/text/shared/07.po8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/gl/helpcontent2/source/text/shared/07.po b/source/gl/helpcontent2/source/text/shared/07.po
index 9d19a17e020..6a4ff659956 100644
--- a/source/gl/helpcontent2/source/text/shared/07.po
+++ b/source/gl/helpcontent2/source/text/shared/07.po
@@ -71,11 +71,3 @@ msgctxt ""
"help.text"
msgid "To create an HTML page from your $[officename] document, save the page using one of the \"HTML Document\" file types."
msgstr "Para crear unha páxina HTML a partir do seu documento de $[officename], garde a páxina usando un dos tipos de ficheiro «Documento HTML»."
-
-#: 09000000.xhp
-msgctxt ""
-"09000000.xhp\n"
-"par_id3150808\n"
-"help.text"
-msgid "Switch to the web layout mode by choosing <emph>View - Web</emph> or by opening a new HTML document."
-msgstr "Para cambiar a modo deseño web escolla <emph>Ver - Web</emph> ou abra un novo documento HTML."
ice-24-2-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/UITest_sort.mk
AgeCommit message (Collapse)Author
2023-11-06uitest: Clean up redundant usage of gb_UITest_use_oneprocessXisco Fauli
After 8c39af455c4dee53c6f3c918b0497f80a4fb0f21 "uitest oneprocess mode: default to this and clean up one test" Change-Id: Ib6e0fc3de2997beebc650253ae3ea19a3314ae09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158844 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-03-30UITest_{calc_tests6,chart,chart2,sort}: enable oneprocess modeMiklos Vajna
Execution time changes: - from 1m27,535s to 0m55,724s - from 5m40,926s to 4m46,884s - from 1m54,886s to 1m31,400s - from 3m30,592s to 2m20,833s for me. Also add a simple script that lists what's remaining to be converted. Change-Id: I274f5a11a0f606964bdad5d5e5254b65b09fe497 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149739 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-10-26uitest: sc: move data folder to the root uitest folderXisco Fauli
Change-Id: I65e81bb3cc25283e882b4a63661c0959b297a76e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104802 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>