sc/qa/uitest/calc_tests4/tdf152722_AddDecimalPlacesToNatNum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f6704cb9145e69c4216d6ddf097f35183bbc4005 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Feb 13 12:23:08 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Feb 15 10:26:57 2023 +0000 Fix typo Change-Id: I35eea3bd994dc4fca71c51c2a78a4f83988201fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146898 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/qa/uitest/calc_tests4/tdf152722_AddDecimalPlacesToNatNum.py b/sc/qa/uitest/calc_tests4/tdf152722_AddDecimalPlacesToNatNum.py index e7fec74647fa..d301fb5d5455 100644 --- a/sc/qa/uitest/calc_tests4/tdf152722_AddDecimalPlacesToNatNum.py +++ b/sc/qa/uitest/calc_tests4/tdf152722_AddDecimalPlacesToNatNum.py @@ -9,7 +9,7 @@ from uitest.uihelper.common import get_state_as_dict from uitest.uihelper.common import select_pos from uitest.uihelper.calc import enter_text_to_cell from libreoffice.uno.propertyvalue import mkPropertyValues -#Bug 152722 - NatNum12 number format (spell out): add/delete decimal places is loosing format +#Bug 152722 - NatNum12 number format (spell out): add/delete decimal places is losing format class tdf152722(UITestCase): def test_tdf152722_NatNum_modifier_decimal_value(self):
