diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-18 13:11:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-19 08:18:37 +0200 |
commit | eba160af2149f2ec70b78ea60f63f1b49065bba3 (patch) | |
tree | 70d94cc84c859160a1a5a67be2da50dcd6edd14e /sw/source/uibase/shells | |
parent | fc518ed954aa73eeeb529c21afbcfdfa55ef7fb4 (diff) |
convert SdrCreateCmd to scoped enum
Change-Id: I8772032dee25c790314384750b8c7277c4879318
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r-- | sw/source/uibase/shells/textdrw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textdrw.cxx b/sw/source/uibase/shells/textdrw.cxx index 256cbe3722ca..bbb3f43b14b8 100644 --- a/sw/source/uibase/shells/textdrw.cxx +++ b/sw/source/uibase/shells/textdrw.cxx @@ -67,7 +67,7 @@ void SwBaseShell::InsertURLButton(const OUString& rURL, const OUString& rTarget, Point aEndPos(aSz.Width(), aSz.Height()); rSh.MoveCreate(aStartPos + aEndPos); - rSh.EndCreate(SDRCREATE_FORCEEND); + rSh.EndCreate(SdrCreateCmd::ForceEnd); const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); if (rMarkList.GetMark(0)) |