sw/source/core/access/AccessibilityCheck.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18d650a29e93fdb868b1bd6d8cd768c42659fd61
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Wed Jun 7 15:41:23 2023 +0200
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Thu Jun 29 11:48:47 2023 +0200

    tdf#154981 - A11Y sidebar: fix warning missing signature line desc
    
    Add graphic shape objects to "Go to" and "Fix" functions.
    
    Change-Id: I258d3664613cbd53b7b26aaa8d88715660d921dc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152707
    Tested-by: Jenkins
    Tested-by: Gabor Kelemen <kelem...@ubuntu.com>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
    (cherry picked from commit b3594e01ec6d0156277f354efe5cacc04b33c4b6)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153704

diff --git a/sw/source/core/access/AccessibilityCheck.cxx 
b/sw/source/core/access/AccessibilityCheck.cxx
index b9eeaafc6171..45dd076e99ce 100644
--- a/sw/source/core/access/AccessibilityCheck.cxx
+++ b/sw/source/core/access/AccessibilityCheck.cxx
@@ -1365,7 +1365,7 @@ void AccessibilityCheck::checkObject(SwNode* pCurrent, 
SdrObject* pObject)
 
     if (nObjId == SdrObjKind::CustomShape || nObjId == SdrObjKind::Text
         || nObjId == SdrObjKind::Media || nObjId == SdrObjKind::Group
-        || nInv == SdrInventor::FmForm)
+        || nObjId == SdrObjKind::Graphic || nInv == SdrInventor::FmForm)
     {
         OUString sAlternative = pObject->GetTitle();
         if (sAlternative.isEmpty())

Reply via email to