summaryrefslogtreecommitdiffstats
path: root/extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2022-12-07 14:30:59 +0100
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2022-12-07 14:43:31 +0000
commit3772f18266c3347e8fd60eb8f058d65328c400b4 (patch)
treeb0f90ce5beb591fa03c4d07a7a3e2805fe1c688d /extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml
parentloplugin:unusedfields (diff)
downloadcore-3772f18266c3347e8fd60eb8f058d65328c400b4.tar.gz
core-3772f18266c3347e8fd60eb8f058d65328c400b4.zip
tdf#53023 - Remove last empty paragraph from auto text
Remove the last empty paragraph before inserting an auto text. The carriage return at the end of it is appended in SwXMLTextBlockParContext::~SwXMLTextBlockParContext() which can't be removed without introducing side effects. In order to compensate for the change, a paragraph has been added to the existing only text auto texts. Patch was reverted due to a hang of the ui test. It seems that selecting an entire text using mkPropertyValues({"KEYCODE":"CTRL+A"})) does not work anymore. Change-Id: I08f612d50f496c8d7f891c773ddedf27c3d80864 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143781 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml')
-rw-r--r--extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml b/extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml
index 9b6c2d6cfbbc..d312ab2bea6f 100644
--- a/extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml
+++ b/extras/source/autotext/lang/mn/standard/+BCUEHQ-/+BCUEHQ-.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<office:document xmlns:block-list="http://openoffice.org/2001/block-list" xmlns:text="http://openoffice.org/2000/text" xmlns:office="http://openoffice.org/2000/office" block-list:list-name="Стандарт"><office:body><text:p>Хүндэтгэсэн</text:p><text:p/></office:body></office:document> \ No newline at end of file
+<office:document xmlns:block-list="http://openoffice.org/2001/block-list" xmlns:text="http://openoffice.org/2000/text" xmlns:office="http://openoffice.org/2000/office" block-list:list-name="Стандарт"><office:body><text:p>Хүндэтгэсэн</text:p><text:p/><text:p/></office:body></office:document> \ No newline at end of file