Kaydet (Commit) 7d4584a1 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Noel Grandin

accessibility: Small optimisation in AccessibleTabListBox

Change-Id: Idf351923a57cf608dd4945e3ce639ba8011ecdbb
Reviewed-on: https://gerrit.libreoffice.org/49922Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 9ee96d94
......@@ -99,10 +99,10 @@ namespace accessibility
if (nChildIndex == 0)
{
//! so far the actual implementation object only supports column headers
xRet = implGetFixedChild( ::svt::BBINDEX_COLUMNHEADERBAR );
xRet = implGetHeaderBar( ::svt::BBTYPE_COLUMNHEADERBAR );
}
else if (nChildIndex == 1)
xRet = implGetFixedChild( ::svt::BBINDEX_TABLE );
xRet = implGetTable();
if ( !xRet.is() )
throw RuntimeException();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment