diff options
author | Armin Weiss <aw@openoffice.org> | 2010-01-07 14:15:46 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2010-01-07 14:15:46 +0000 |
commit | cfdc1586406aa489e7afa101e873056fc8aa154f (patch) | |
tree | 66b18f071f15fc111303687d32f279fb2a001193 /svx | |
parent | 054c155903b3253f37cfaac0fe586826ce15a37d (diff) |
#i107966# Removed wrong '5'
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/table/svdotable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx index b048ed3c8cf1..0a537f4f8999 100644 --- a/svx/source/table/svdotable.cxx +++ b/svx/source/table/svdotable.cxx @@ -2594,7 +2594,7 @@ basegfx::B2DPolyPolygon SdrTableObj::getSpecialDragPoly(const SdrDragStat& rDrag FASTBOOL SdrTableObj::BegCreate(SdrDragStat& rStat) { - rStat.SetOrtho4Possible();5 + rStat.SetOrtho4Possible(); Rectangle aRect1(rStat.GetStart(), rStat.GetNow()); aRect1.Justify(); rStat.SetActionRect(aRect1); |