summaryrefslogtreecommitdiff
path: root/accessibility/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-13 08:49:00 +0200
committerNoel Grandin <noel@peralex.com>2015-10-13 08:49:00 +0200
commit11b3555e2f8e8c9b07c73fbfb89a0faffaeca269 (patch)
treec1a7042e035fac69957ef4c03f1bf70221085fb9 /accessibility/source
parent513057276131e67876c0a8c324d4dc2661e1d369 (diff)
Revert "bin confusion with name AccessibleGridControlTableImplHelper"
This reverts commit 302866858f1f1c194cadab5d01c2e912034c6c63, I suspect it depends on another commit which is not yet pushed.
Diffstat (limited to 'accessibility/source')
-rw-r--r--accessibility/source/extended/AccessibleGridControlTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/AccessibleGridControlTable.cxx b/accessibility/source/extended/AccessibleGridControlTable.cxx
index 54b63c4c7e5d..0e459996b5ac 100644
--- a/accessibility/source/extended/AccessibleGridControlTable.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTable.cxx
@@ -320,7 +320,7 @@ Any SAL_CALL AccessibleGridControlTable::queryInterface( const uno::Type& rType
{
Any aAny( AccessibleGridControlTableBase::queryInterface( rType ) );
return aAny.hasValue() ?
- aAny : AccessibleGridControlTableSelectionImplHelper::queryInterface( rType );
+ aAny : AccessibleGridControlTableImplHelper1::queryInterface( rType );
}
void SAL_CALL AccessibleGridControlTable::acquire() throw ()