diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-15 22:50:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-15 22:50:36 +0100 |
commit | 2898e58b2adb6d204f4d5399d39014d590e8d6ea (patch) | |
tree | d43aa1ed3747cb7087e75aa182e16b291f26a64f /comphelper | |
parent | 5eea018d806f96e70c42e6d26922bb6a0c35d466 (diff) |
Clang -Wunused-variable.
Diffstat (limited to 'comphelper')
-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 ); |