[Libreoffice-commits] .: comphelper/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Sun Jan 15 13:50:46 PST 2012
comphelper/source/misc/accessiblecomponenthelper.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 2898e58b2adb6d204f4d5399d39014d590e8d6ea
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sun Jan 15 22:50:36 2012 +0100
Clang -Wunused-variable.
diff --git a/comphelper/source/misc/accessiblecomponenthelper.cxx b/comphelper/source/misc/accessiblecomponenthelper.cxx
index 518955e..2657d0a 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 );
More information about the Libreoffice-commits
mailing list