diff options
author | Darshan-upadhyay1110 <darshan.upadhyay@collabora.com> | 2023-09-01 16:08:58 +0530 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2023-09-07 09:18:50 +0200 |
commit | c4fc18308074634e9578ad12d94d937f259aa22a (patch) | |
tree | 86db9439c2f7ebb74a0eec207f05064580f9ece8 /sw/qa/uitest/writer_tests | |
parent | d93f3243d51438e2492ca6f450ae3f1f63b617b1 (diff) |
Autocorrect: Add option for autoformat bulleted lists after space
Enable option in Autocoorect => bulleted lists after pressing space
Example: press * or - and space will change into bullets
Change-Id: I9741ad4c3eb4123074f06b762b58fe7ffdb44613
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156616
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sw/qa/uitest/writer_tests')
-rw-r--r-- | sw/qa/uitest/writer_tests/tdf156165.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/uitest/writer_tests/tdf156165.py b/sw/qa/uitest/writer_tests/tdf156165.py index de6a5713a826..de90eebdd54b 100644 --- a/sw/qa/uitest/writer_tests/tdf156165.py +++ b/sw/qa/uitest/writer_tests/tdf156165.py @@ -25,7 +25,7 @@ class tdf156165(UITestCase): xTabs = xDialog.getChild("tabcontrol") select_pos(xTabs, "2") options=xDialog.getChild('list') - checkbox=options.getChild("16") + checkbox=options.getChild("17") self.assertEqual("Replace Custom Styles", get_state_as_dict(checkbox)["Text"]) # Replace Custom Styles is default to be false @@ -51,7 +51,7 @@ class tdf156165(UITestCase): xTabs = xDialog.getChild("tabcontrol") select_pos(xTabs, "2") options=xDialog.getChild('list') - checkbox=options.getChild("16") + checkbox=options.getChild("17") self.assertEqual("Replace Custom Styles", get_state_as_dict(checkbox)["Text"]) # set Replace Custom Styles to True |