[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Thu Feb 27 06:07:26 PST 2014


 vcl/source/window/toolbox.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 90b33b30756999298fe20bb3006f4742901de8cb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 27 15:06:55 2014 +0100

    -Werror,-Wunused-variable
    
    Change-Id: Ib207ea292a2ea389005510bad0ae931df91424f0

diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index 439b3df6..aa3910d 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -2694,7 +2694,6 @@ void ToolBox::ImplFormat( bool bResize )
 
         // store the new calculated item rects
         maPaintRect = aEmptyRect;
-        Rectangle aVisibleRect(Point(0, 0), GetOutputSizePixel());
         it = mpData->m_aItems.begin();
         while ( it != mpData->m_aItems.end() )
         {


More information about the Libreoffice-commits mailing list