summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2010-01-07 14:15:46 +0000
committerArmin Weiss <aw@openoffice.org>2010-01-07 14:15:46 +0000
commit29e198888b594845b2deea46f88835a48d6dde0d (patch)
treee03b19f94d18a98c364da6619bc86692620b328b /svx
parent19f6045aa5cb2265b15db1d17c5940c9694868a9 (diff)
#i107966# Removed wrong '5'
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/svdotable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index c318392ab3..b52302c9dc 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);