diff options
author | m.hashemian <mr.hashemian2000@gmail.com> | 2022-06-29 20:08:24 +0430 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-06-30 09:57:38 +0200 |
commit | 3258bfd178749fd3deb06d852389554c69299c1e (patch) | |
tree | 94667171674df90a5d1499182cc1a8144b9f6d6b /sw/qa/uitest/chart | |
parent | a4a6680718e2cbc6c471894ed9d3b729504002b7 (diff) |
tdf#132293 remove unused imports and unused variables in sw
Change-Id: I00ae07a9d02e834de34f8dd7a7f53f0c68490832
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136627
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/uitest/chart')
-rw-r--r-- | sw/qa/uitest/chart/tdf138556.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/uitest/chart/tdf138556.py b/sw/qa/uitest/chart/tdf138556.py index b6e2c7d9ff17..3fc7bb19734d 100644 --- a/sw/qa/uitest/chart/tdf138556.py +++ b/sw/qa/uitest/chart/tdf138556.py @@ -10,14 +10,12 @@ from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.framework import UITestCase -from uitest.uihelper.common import get_state_as_dict class tdf138556( UITestCase ): def test_stock_chart13_insert_series( self ): #Start LibreOffice Writer with self.ui_test.create_doc_in_start_center( "writer" ): - xMainTop = self.xUITest.getTopFocusWindow() #Insert Chart self.xUITest.executeCommand( ".uno:InsertObjectChart" ) |