[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl2' - chart2/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Dec 28 18:39:27 PST 2013


 chart2/source/view/main/DummyXShape.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit c5a0869a2e2b0f2ca088d57d8734c945248f8bfe
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Dec 29 05:37:53 2013 +0100

    remove unused variable
    
    Change-Id: I45418cd15bab69083824561a005263ae0908aa52

diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index e089601..08d18c7 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -948,9 +948,6 @@ void DummyChart::setSize( const awt::Size& aSize )
     int height = aSize.Height / 10;
     width = (width + 3) & ~3;
     height = (height + 3) & ~3;
-    awt::Size tempSize;
-    tempSize.Width = width;
-    tempSize.Height = height;
     mpWindow->SetSizePixel(Size(width, height));
     pWindow->SetSizePixel(Size(width, height));
     DummyXShape::setSize(awt::Size(0,0));


More information about the Libreoffice-commits mailing list