From f1c247acd6b88db0f52c46517373a6fe81408d79 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 22 Jul 2024 12:00:06 +0200 Subject: Revert "improve perf of lcl_GetUniqueFlyName" This reverts commit a61128c95e324b096bf26fec5ad78e67567e0f82. Reason for revert: Causes trouble with UITests because the names of some objects are not predictable Change-Id: I6320efd694849542ae79f0dc67c15d35eedfb750 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170742 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/qa/extras/accessibility/dialogs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/qa/extras/accessibility') diff --git a/sw/qa/extras/accessibility/dialogs.cxx b/sw/qa/extras/accessibility/dialogs.cxx index 6343d69e63cd..451b90ce1206 100644 --- a/sw/qa/extras/accessibility/dialogs.cxx +++ b/sw/qa/extras/accessibility/dialogs.cxx @@ -186,7 +186,7 @@ CPPUNIT_TEST_FIXTURE(test::SwAccessibleTestBase, BasicTestFrameDialog) CPPUNIT_ASSERT(activateMenuItem(u"Insert", u"Frame", u"Frame...")); CPPUNIT_ASSERT(dialogWaiter->waitEndDialog()); - CPPUNIT_ASSERT_EQUAL(u""_ustr, + CPPUNIT_ASSERT_EQUAL(u""_ustr, collectText()); } -- cgit