sw/qa/uitest/findReplace/tdf118208.py | 2 +- sw/qa/uitest/writer_tests4/tdf167956.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit 1feeffc4176c09003126faa3358b1927af976e85 Author: Bogdan Buzea <[email protected]> AuthorDate: Fri Oct 24 20:23:38 2025 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Mon Nov 17 09:49:55 2025 +0100 tdf#158803 imported but unused Change-Id: I3fd3f2fe3f4d50b0b497ce195e7e897023e9466b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192958 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/sw/qa/uitest/findReplace/tdf118208.py b/sw/qa/uitest/findReplace/tdf118208.py index b9e62b814274..8d40f745fc16 100644 --- a/sw/qa/uitest/findReplace/tdf118208.py +++ b/sw/qa/uitest/findReplace/tdf118208.py @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # from uitest.framework import UITestCase -from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file +from uitest.uihelper.common import get_url_for_data_file # Find and replace # tdf118208/118212 - enabling either CJK or CTL, or both (Tools -> Options -> Languages and Locales -> General: Default Languages for Documents checkboxes) diff --git a/sw/qa/uitest/writer_tests4/tdf167956.py b/sw/qa/uitest/writer_tests4/tdf167956.py index 53bd073414e9..7aa31450bea4 100644 --- a/sw/qa/uitest/writer_tests4/tdf167956.py +++ b/sw/qa/uitest/writer_tests4/tdf167956.py @@ -8,7 +8,6 @@ # from uitest.framework import UITestCase -from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file import time
