diff options
Diffstat (limited to 'cui/qa/uitest/dialogs/pastedlg.py')
-rw-r--r-- | cui/qa/uitest/dialogs/pastedlg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/qa/uitest/dialogs/pastedlg.py b/cui/qa/uitest/dialogs/pastedlg.py index cb37387ff081..50a39d232fdc 100644 --- a/cui/qa/uitest/dialogs/pastedlg.py +++ b/cui/qa/uitest/dialogs/pastedlg.py @@ -14,7 +14,7 @@ class Test(UITestCase): def testGetFormat(self): # Copy a string in Impress. - with self.ui_test.create_doc_in_start_center_guarded("impress"): + with self.ui_test.create_doc_in_start_center("impress"): template = self.xUITest.getTopFocusWindow() self.ui_test.close_dialog_through_button(template.getChild("close")) doc = self.xUITest.getTopFocusWindow() |