diff options
-rw-r--r-- | vcl/osx/a11ytablewrapper.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/osx/a11ytablewrapper.mm b/vcl/osx/a11ytablewrapper.mm index f772efcce4b1..1b24dd8a2b71 100644 --- a/vcl/osx/a11ytablewrapper.mm +++ b/vcl/osx/a11ytablewrapper.mm @@ -135,8 +135,6 @@ using namespace ::com::sun::star::uno; NSMutableArray * cells = [ [ NSMutableArray alloc ] init ]; try { - // find out number of rows - sal_Int32 nRows = accessibleTable->getAccessibleRowCount(); for( sal_Int32 n = 0; n < nRows; n++ ) { Reference < XAccessible > rAccessibleCell = accessibleTable -> getAccessibleCellAt ( n, 0 ); |