sc/qa/unit/tiledrendering/tiledrendering2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a4d003844b5e4c2293945f5f364c05a68595cbb0 Author: codewithvk <[email protected]> AuthorDate: Tue Feb 24 14:27:17 2026 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Tue Feb 24 11:35:42 2026 +0100 sc: update testSidebarLocale for PropertyDeck broadcast fix Signed-off-by: codewithvk <[email protected]> Change-Id: I4d9682a4f5d8eef2a3c6878001cce2672cc56a0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200148 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/sc/qa/unit/tiledrendering/tiledrendering2.cxx b/sc/qa/unit/tiledrendering/tiledrendering2.cxx index d25c44eebadc..cea635078d81 100644 --- a/sc/qa/unit/tiledrendering/tiledrendering2.cxx +++ b/sc/qa/unit/tiledrendering/tiledrendering2.cxx @@ -48,7 +48,7 @@ CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, testSidebarLocale) SfxLokHelper::setView(nView1); Scheduler::ProcessEventsToIdle(); - auto it = aView2.m_aStateChanges.find(".uno:Sidebar"); + auto it = aView2.m_aStateChanges.find(".uno:SidebarDeck.PropertyDeck"); CPPUNIT_ASSERT(it != aView2.m_aStateChanges.end()); std::string aLocale = it->second.get<std::string>("locale"); CPPUNIT_ASSERT_EQUAL(std::string("de-DE"), aLocale);
