cui/uiconfig/ui/thesaurus.ui         |    1 
 sd/qa/unit/import-tests-smartart.cxx |   40 -----------------------------------
 2 files changed, 1 insertion(+), 40 deletions(-)

New commits:
commit 16114017c873e5aa02b39de8c0d98007c3dd7d5d
Author:     Xisco Fauli <[email protected]>
AuthorDate: Tue Feb 17 09:42:40 2026 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Feb 17 12:34:55 2026 +0100

    CppunitTest_sd_import_tests-smartart: remove empty tests
    
    Added in
    commit 2704821c6b6e829b5ef5c32cdc8eb2a03b6114a9
    Author: ekuiitr <[email protected]>
    Date:   Fri May 11 13:48:10 2018 +0530
    
        smartart : test documents
    
    but never implemented
    The sample files were already removed in
    commit 055bcb0ff6595857ee9a07cf27e4d8ee4f4cb51b
    Author: Xisco Fauli <[email protected]>
    Date:   Wed Oct 13 12:11:00 2021 +0200
    
        sd: remove unused smartart documents from git
    
    Change-Id: I3a4cb81b40b8f9b1513f9f33a4670242971b10ba
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199519
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/sd/qa/unit/import-tests-smartart.cxx 
b/sd/qa/unit/import-tests-smartart.cxx
index 51e606531b32..aea32373cc3c 100644
--- a/sd/qa/unit/import-tests-smartart.cxx
+++ b/sd/qa/unit/import-tests-smartart.cxx
@@ -445,26 +445,6 @@ CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testCycle)
     CPPUNIT_ASSERT_EQUAL(u"ooxml-rightArrow"_ustr, aType);
 }
 
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testHierarchy)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testmatrix)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testvenndiagram)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testInvertedPyramid)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
 CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testMultidirectional)
 {
     // similar document as cycle, but arrows are pointing in both directions
@@ -484,26 +464,6 @@ CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, 
testMultidirectional)
     CPPUNIT_ASSERT_EQUAL(u"ooxml-leftRightArrow"_ustr, aType);
 }
 
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testHorizontalBulletList)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testEquation)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testBasicRadicals)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
-CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testSegmentedCycle)
-{
-    //FIXME : so far this only introduce the test document, but the actual 
importer was not fixed yet.
-}
-
 CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testBaseRtoL)
 {
     createSdImpressDoc("pptx/smartart-rightoleftblockdiagram.pptx");
commit 3954371f4a1edce085dc1b7cfbb3c3a9c46a2bc2
Author:     Caolán McNamara <[email protected]>
AuthorDate: Tue Feb 17 09:09:26 2026 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Feb 17 12:34:41 2026 +0100

    add an accessible name to the thesaurus 'language' combobo
    
    Change-Id: I4943c0276396f62094a576711e5abe5cd107936e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199529
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/cui/uiconfig/ui/thesaurus.ui b/cui/uiconfig/ui/thesaurus.ui
index 2aa20484080e..95e83758aeee 100644
--- a/cui/uiconfig/ui/thesaurus.ui
+++ b/cui/uiconfig/ui/thesaurus.ui
@@ -186,6 +186,7 @@
                 <property name="valign">center</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="langcb-atkobject">
+                    <property name="AtkObject::accessible-name" 
translatable="yes" 
context="thesaurus|langcb|accessible_name">Language</property>
                     <property name="AtkObject::accessible-description" 
translatable="yes" context="thesaurus|extended_tip|langcb">Select a language 
for the thesaurus.</property>
                   </object>
                 </child>

Reply via email to