summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-02-20 13:18:52 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-20 13:20:06 +0100
commit7aec449b37c41220148c350a302911031237cd89 (patch)
treeed6fe40384657ebaaa7c5c9f6f594b04afeb0708 /sw
parent5082a2b3a9958cd106472bec638aaf614240f742 (diff)
sw: fix build
Change-Id: Icb3ba2658442b1218ac039d0a5a6d5dc77b94434
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dialog/swdlgfact.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx
index 00956ff68cd0..656a6709bc37 100644
--- a/sw/source/ui/dialog/swdlgfact.cxx
+++ b/sw/source/ui/dialog/swdlgfact.cxx
@@ -843,7 +843,7 @@ VclPtr<AbstractDropDownFieldDialog> SwAbstractDialogFactory_Impl::CreateDropDown
VclPtr<VclAbstractDialog> SwAbstractDialogFactory_Impl::CreateDropDownFormFieldDialog(weld::Window *pParent, sw::mark::IFieldmark* pDropDownField)
{
- return VclPtr<AbstractDropDownFormFieldDialog_Impl>::Create(o3tl::make_unique<sw::DropDownFormFieldDialog>(pParent, pDropDownField));
+ return VclPtr<AbstractDropDownFormFieldDialog_Impl>::Create(std::make_unique<sw::DropDownFormFieldDialog>(pParent, pDropDownField));
}
VclPtr<SfxAbstractTabDialog> SwAbstractDialogFactory_Impl::CreateSwEnvDlg(weld::Window* pParent, const SfxItemSet& rSet,