From cdd4f1cafef2c1592f6cb4ad1f4bca8db4225cbf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 25 Mar 2020 09:09:40 +0000 Subject: Defect type: IDENTIFIER_TYPO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit identifier_typo: Using "Libreoffice" appears to be a typo: "Libreoffice" is only known to be referenced here, or in copies of this code. Identifier "LibreOffice" is referenced elsewhere at least 19 times. Change-Id: I201bcc7e226dde52eed2c0281d2b9839a234af1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91033 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- uitest/demo_ui/command_with_parameters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uitest') diff --git a/uitest/demo_ui/command_with_parameters.py b/uitest/demo_ui/command_with_parameters.py index 3fd8c85e3ca7..c82d3359559a 100644 --- a/uitest/demo_ui/command_with_parameters.py +++ b/uitest/demo_ui/command_with_parameters.py @@ -17,8 +17,8 @@ class CommandWithParametersTest(UITestCase): self.xUITest.executeCommandWithParameters(".uno:Color", mkPropertyValues({"Color": 16776960})) xWriterEdit = self.xUITest.getTopFocusWindow().getChild("writer_edit") - type_text(xWriterEdit, "Libreoffice") + type_text(xWriterEdit, "LibreOffice") self.ui_test.close_doc() -# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file +# vim: set shiftwidth=4 softtabstop=4 expandtab: -- cgit