Kaydet (Commit) c620b70a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wshadow

Change-Id: I0e9ff9efd685f17e45ada29fc2bd6134229b28c7
üst 7b58b777
......@@ -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 );
......
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