| commit | d29958304b3ff87115ed5af16b482327ea05ce14 | [log] |
|---|---|---|
| author | PoonamShokeen <poonamshokeen7@gmail.com> | Thu Sep 01 15:02:48 2022 -0500 |
| committer | Hossein <hossein@libreoffice.org> | Thu Sep 15 15:20:43 2022 +0200 |
| tree | aa2c6a0922de5745177ab18b16c803bd4484f17a | |
| parent | cab4fd84ff9f59027d4de5a0bb96d50b7b07df13 [diff] |
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 <hossein@libreoffice.org>
diff --git a/accessibility/source/extended/accessibletablistbox.cxx b/accessibility/source/extended/accessibletablistbox.cxx index ef915d0..f4bffa6 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; }