summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-22 11:10:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-22 11:10:45 +0100
commitc620b70a19c05f2805ede41005dd9215593a912e (patch)
treeb5dfa02dde1614cc74e3957a72d04a89ba1d2acd /vcl/osx
parent7b58b777bd15d5f34375e0325e4838e07f22dedc (diff)
-Werror,-Wshadow
Change-Id: I0e9ff9efd685f17e45ada29fc2bd6134229b28c7
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/a11ytablewrapper.mm2
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 );