summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-29 05:37:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:27 +0100
commitf196f4b9fec1ccb667aa399006269d828623111c (patch)
tree2b1dd95b3f7af327fcf54cf35eb52725c6c64815 /chart2
parent153f082abea957403862a48b6b70f6828a9039a1 (diff)
remove unused variable
Change-Id: I45418cd15bab69083824561a005263ae0908aa52
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 7ac6363318ad..6b9d3a2469df 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -1043,9 +1043,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));