summaryrefslogtreecommitdiff
path: root/sw/source/core/draw/dflyobj.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-13 20:17:06 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-13 21:10:30 +0200
commit87e2f7709b0541958cb5f4cecf24857593777952 (patch)
treeae38aa98ce7da92412ff50954d565f0bcfda39b9 /sw/source/core/draw/dflyobj.cxx
parent73be7d0a7bff557e71534ba45cef9205cfa44520 (diff)
remove unused variables
Diffstat (limited to 'sw/source/core/draw/dflyobj.cxx')
-rw-r--r--sw/source/core/draw/dflyobj.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/draw/dflyobj.cxx b/sw/source/core/draw/dflyobj.cxx
index 6eac60586127..8e1e0a9f878d 100644
--- a/sw/source/core/draw/dflyobj.cxx
+++ b/sw/source/core/draw/dflyobj.cxx
@@ -962,7 +962,6 @@ SdrObject* SwVirtFlyDrawObj::CheckMacroHit( const SdrObjMacroHitRec& rRec ) cons
if( aRect.IsInside( rRec.aPos ) )
{
SwRect aActRect( aRect );
- Size aActSz( aRect.SSize() );
aRect.Pos().X() += rRec.nTol;
aRect.Pos().Y() += rRec.nTol;
aRect.SSize().Height()-= 2 * rRec.nTol;