summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusel.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 /sd/source/ui/func/fusel.cxx
parentfc518ed954aa73eeeb529c21afbcfdfa55ef7fb4 (diff)
convert SdrCreateCmd to scoped enum
Change-Id: I8772032dee25c790314384750b8c7277c4879318
Diffstat (limited to 'sd/source/ui/func/fusel.cxx')
-rw-r--r--sd/source/ui/func/fusel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx
index 72a882b44d24..5ec67b4ea0b4 100644
--- a/sd/source/ui/func/fusel.cxx
+++ b/sd/source/ui/func/fusel.cxx
@@ -847,7 +847,7 @@ bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
{
if ( mpView->IsInsObjPoint() )
{
- mpView->EndInsObjPoint(SDRCREATE_FORCEEND);
+ mpView->EndInsObjPoint(SdrCreateCmd::ForceEnd);
}
else if ( mpView->IsDragObj() )
{