sc/qa/uitest/function_wizard/tdf104487.py |    2 +-
 svx/qa/unit/gallery/test_gallery.cxx      |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit c84b37c0bbab3b386b22b87be52f965839b44a49
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 9 16:23:06 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed May 10 06:49:14 2023 +0200

    Remove duplicated include
    
    Change-Id: I324844e4ff628c6a72621a2b1511cc5b7f390901
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151588
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/svx/qa/unit/gallery/test_gallery.cxx 
b/svx/qa/unit/gallery/test_gallery.cxx
index ac6a1b6ee875..47b73c87fbd2 100644
--- a/svx/qa/unit/gallery/test_gallery.cxx
+++ b/svx/qa/unit/gallery/test_gallery.cxx
@@ -17,7 +17,6 @@
 #include <svx/galtheme.hxx>
 #include <gallerystoragelocations.hxx>
 #include <galobj.hxx>
-#include <gallerystoragelocations.hxx>
 
 #include <cppunit/TestAssert.h>
 #include <cppunit/extensions/HelperMacros.h>
commit 6e7aaa954082acd432e8e02aee03e2c7d497c34b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 9 22:16:14 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed May 10 06:49:01 2023 +0200

    Fix double word
    
    Change-Id: I72a951275fc0e3ff16be6c2f4cefae7949dea9be
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151594
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/qa/uitest/function_wizard/tdf104487.py 
b/sc/qa/uitest/function_wizard/tdf104487.py
index 8b563bc5b372..13a219ea442f 100755
--- a/sc/qa/uitest/function_wizard/tdf104487.py
+++ b/sc/qa/uitest/function_wizard/tdf104487.py
@@ -12,7 +12,7 @@ from uitest.uihelper.common import get_state_as_dict, 
select_pos
 class tdf104487(UITestCase):
     def test_tdf104487_remember_function_category(self):
         with self.ui_test.create_doc_in_start_center("calc"):
-            # Open function dialog and select select a function category
+            # Open function dialog and select a function category
             with 
self.ui_test.execute_modeless_dialog_through_command(".uno:FunctionDialog") as 
xDialog:
                 xCategory = xDialog.getChild("category")
                 select_pos(xCategory, "3")

Reply via email to