summaryrefslogtreecommitdiff
path: root/sd/source/core/sdpage.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-13 20:06:26 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-13 21:10:30 +0200
commit73be7d0a7bff557e71534ba45cef9205cfa44520 (patch)
treed5e6d35558ae2806f2154bded1bdf36a5b39b408 /sd/source/core/sdpage.cxx
parentc3ff98d54ddaa1728a08117283dce2d41d0cd568 (diff)
remove unused variables
Diffstat (limited to 'sd/source/core/sdpage.cxx')
-rw-r--r--sd/source/core/sdpage.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 268a7ea0d78f..76e84f9d8536 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -1193,7 +1193,6 @@ static void CalcAutoLayoutRectangles( SdPage& rPage, int nLayout, Rectangle* rRe
for( i = 1; i < MAX_PRESOBJS; i++ )
rRectangle[i] = aLayoutRect;
- Size aTitleSize( aTitleRect.GetSize() );
Point aTitlePos( aTitleRect.TopLeft() );
Size aLayoutSize( aLayoutRect.GetSize() );
Point aLayoutPos( aLayoutRect.TopLeft() );