summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-15 22:50:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-15 22:50:36 +0100
commit2898e58b2adb6d204f4d5399d39014d590e8d6ea (patch)
treed43aa1ed3747cb7087e75aa182e16b291f26a64f
parent5eea018d806f96e70c42e6d26922bb6a0c35d466 (diff)
Clang -Wunused-variable.
-rw-r--r--comphelper/source/misc/accessiblecomponenthelper.cxx1
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 );