diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/uitest/impress_tests/autocorrectOptions.py | 1 | ||||
-rw-r--r-- | sd/qa/uitest/impress_tests/customSlideShow.py | 1 | ||||
-rw-r--r-- | sd/qa/uitest/impress_tests/insertSlide.py | 1 | ||||
-rw-r--r-- | sd/qa/uitest/impress_tests/masterElements.py | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sd/qa/uitest/impress_tests/autocorrectOptions.py b/sd/qa/uitest/impress_tests/autocorrectOptions.py index 34ea25345fd4..a79facecc204 100644 --- a/sd/qa/uitest/impress_tests/autocorrectOptions.py +++ b/sd/qa/uitest/impress_tests/autocorrectOptions.py @@ -11,7 +11,6 @@ from uitest.framework import UITestCase from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.uihelper.common import get_state_as_dict import time -from uitest.debug import sleep from uitest.uihelper.common import select_pos class autocorrectOptions(UITestCase): diff --git a/sd/qa/uitest/impress_tests/customSlideShow.py b/sd/qa/uitest/impress_tests/customSlideShow.py index 210bdc143f00..f070a1ca1cda 100644 --- a/sd/qa/uitest/impress_tests/customSlideShow.py +++ b/sd/qa/uitest/impress_tests/customSlideShow.py @@ -10,7 +10,6 @@ from uitest.framework import UITestCase from libreoffice.uno.propertyvalue import mkPropertyValues import importlib -from uitest.debug import sleep from uitest.uihelper.common import select_pos from uitest.uihelper.common import get_state_as_dict, type_text diff --git a/sd/qa/uitest/impress_tests/insertSlide.py b/sd/qa/uitest/impress_tests/insertSlide.py index f7ff2fd5c828..f81d0792f2b5 100644 --- a/sd/qa/uitest/impress_tests/insertSlide.py +++ b/sd/qa/uitest/impress_tests/insertSlide.py @@ -11,7 +11,6 @@ from uitest.framework import UITestCase from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.uihelper.common import get_state_as_dict import time -from uitest.debug import sleep from uitest.uihelper.common import select_pos #Bug 85360 - LibreOffice crashes and crashes desktop too on inserting 4th slide diff --git a/sd/qa/uitest/impress_tests/masterElements.py b/sd/qa/uitest/impress_tests/masterElements.py index 8442651d5e1c..ad277ca25c71 100644 --- a/sd/qa/uitest/impress_tests/masterElements.py +++ b/sd/qa/uitest/impress_tests/masterElements.py @@ -11,7 +11,6 @@ from uitest.framework import UITestCase from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.uihelper.common import get_state_as_dict import time -from uitest.debug import sleep from uitest.uihelper.common import select_pos class masterElements(UITestCase): |