summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconarc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-23 15:00:26 +0200
committerNoel Grandin <noel@peralex.com>2015-04-29 10:41:39 +0200
commit1f1b9b9ff56d8649b22b78c5696a36b078ea9dcf (patch)
tree23e712ed0972b8ea8dd08e0aa9fd30ada8e58db6 /sd/source/ui/func/fuconarc.cxx
parentd478a1cd6426aba6a502963862ace5a9f6182450 (diff)
convert SDRINSERT constants to scoped enum
Change-Id: I6335e00cae161cea7ece922ecfa845c205626cd9
Diffstat (limited to 'sd/source/ui/func/fuconarc.cxx')
-rw-r--r--sd/source/ui/func/fuconarc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuconarc.cxx b/sd/source/ui/func/fuconarc.cxx
index 2fce438a7c2c..cc7d3769f0e0 100644
--- a/sd/source/ui/func/fuconarc.cxx
+++ b/sd/source/ui/func/fuconarc.cxx
@@ -98,7 +98,7 @@ void FuConstructArc::DoExecute( SfxRequest& rReq )
(long) (pPhiEnd->GetValue () * 10.0));
SdrPageView *pPV = mpView->GetSdrPageView();
- mpView->InsertObjectAtView(pNewCircle, *pPV, SDRINSERT_SETDEFLAYER);
+ mpView->InsertObjectAtView(pNewCircle, *pPV, SdrInsertFlags::SETDEFLAYER);
}
}