comphelper/source/misc/accessiblecomponenthelper.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 2898e58b2adb6d204f4d5399d39014d590e8d6ea Author: Stephan Bergmann <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
