diff options
-rw-r--r-- | comphelper/source/misc/accessiblecomponenthelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comphelper/source/misc/accessiblecomponenthelper.cxx b/comphelper/source/misc/accessiblecomponenthelper.cxx index 518955e2cd6e..2657d0ac7e6e 100644 --- a/comphelper/source/misc/accessiblecomponenthelper.cxx +++ b/comphelper/source/misc/accessiblecomponenthelper.cxx @@ -83,7 +83,6 @@ namespace comphelper Point SAL_CALL OCommonAccessibleComponent::getLocationOnScreen( ) throw (RuntimeException) { OExternalLockGuard aGuard( this ); - Rectangle aBounds( implGetBounds() ); Point aScreenLoc( 0, 0 ); |