summaryrefslogtreecommitdiff
path: root/svx/source/table/svdotable.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 13:11:03 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commiteba160af2149f2ec70b78ea60f63f1b49065bba3 (patch)
tree70d94cc84c859160a1a5a67be2da50dcd6edd14e /svx/source/table/svdotable.cxx
parentfc518ed954aa73eeeb529c21afbcfdfa55ef7fb4 (diff)
convert SdrCreateCmd to scoped enum
Change-Id: I8772032dee25c790314384750b8c7277c4879318
Diffstat (limited to 'svx/source/table/svdotable.cxx')
-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 018ee2ed641a..768506ce09af 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -2345,7 +2345,7 @@ bool SdrTableObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd)
{
rStat.TakeCreateRect(maRect);
ImpJustifyRect(maRect);
- return (eCmd==SDRCREATE_FORCEEND || rStat.GetPointCount()>=2);
+ return (eCmd==SdrCreateCmd::ForceEnd || rStat.GetPointCount()>=2);
}
void SdrTableObj::BrkCreate(SdrDragStat& /*rStat*/)