summaryrefslogtreecommitdiff
path: root/svtools/source/uno/treecontrolpeer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/treecontrolpeer.cxx')
-rw-r--r--svtools/source/uno/treecontrolpeer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx
index 506cfd84801a..8462d912535b 100644
--- a/svtools/source/uno/treecontrolpeer.cxx
+++ b/svtools/source/uno/treecontrolpeer.cxx
@@ -42,7 +42,7 @@
#include <vcl/svlbitm.hxx>
#include <map>
-#include <o3tl/make_unique.hxx>
+
using namespace ::com::sun::star;
using namespace css::uno;
using namespace css::lang;
@@ -217,7 +217,7 @@ UnoTreeListEntry* TreeControlPeer::createEntry( const Reference< XTreeNode >& xN
{
Image aImage;
pEntry = new UnoTreeListEntry( xNode, this );
- pEntry->AddItem(o3tl::make_unique<ImplContextGraphicItem>(aImage, aImage, true));
+ pEntry->AddItem(std::make_unique<ImplContextGraphicItem>(aImage, aImage, true));
std::unique_ptr<UnoTreeListItem> pUnoItem(new UnoTreeListItem);