accessibility/source/extended/accessibletablistbox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d29958304b3ff87115ed5af16b482327ea05ce14
Author:     PoonamShokeen <[email protected]>
AuthorDate: Thu Sep 1 15:02:48 2022 -0500
Commit:     Hossein <[email protected]>
CommitDate: Thu Sep 15 15:20:43 2022 +0200

    tdf#42982 improve UNO API error reporting
    
    Change-Id: Ibaf4bb0a9c9a8f613fd63ccd53a0e29d840fb21a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137904
    Tested-by: Jenkins
    Reviewed-by: Hossein <[email protected]>

diff --git a/accessibility/source/extended/accessibletablistbox.cxx 
b/accessibility/source/extended/accessibletablistbox.cxx
index ef915d08fa01..f4bffa6e7442 100644
--- a/accessibility/source/extended/accessibletablistbox.cxx
+++ b/accessibility/source/extended/accessibletablistbox.cxx
@@ -100,7 +100,7 @@ namespace accessibility
             xRet = implGetTable();
 
         if ( !xRet.is() )
-            throw RuntimeException();
+            throw RuntimeException("getAccessibleChild called with NULL 
xRet",static_cast< cppu::OWeakObject * >(this));
 
         return xRet;
     }

Reply via email to