summaryrefslogtreecommitdiff
path: root/reportdesign/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 13:58:49 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commit1a37d46c794fd8aa5cf2dba0d74103c5c74e9ca2 (patch)
tree5d42ac4d6063eaf578831b34f5269c28adf07318 /reportdesign/source
parentc2238e16fd131c4e6d49960e8b3caf5ec6a3d001 (diff)
convert SdrInsertReasonKind to scoped enum
Change-Id: I225250ef296bb263bdb83c13e23412bf0204be51
Diffstat (limited to 'reportdesign/source')
-rw-r--r--reportdesign/source/ui/report/ReportSection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx
index 247545f00515..b2b2f8871444 100644
--- a/reportdesign/source/ui/report/ReportSection.cxx
+++ b/reportdesign/source/ui/report/ReportSection.cxx
@@ -266,7 +266,7 @@ void OReportSection::Paste(const uno::Sequence< beans::NamedValue >& _aAllreadyC
pNeuObj->SetPage( m_pPage );
pNeuObj->SetModel( m_pModel.get() );
- SdrInsertReason aReason(SDRREASON_VIEWCALL);
+ SdrInsertReason aReason(SdrInsertReasonKind::ViewCall);
m_pPage->InsertObject(pNeuObj, SAL_MAX_SIZE, &aReason);
Rectangle aRet(VCLPoint((*pCopiesIter)->getPosition()),VCLSize((*pCopiesIter)->getSize()));