summaryrefslogtreecommitdiff
path: root/svl/source/svdde/ddecli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/svdde/ddecli.cxx')
-rw-r--r--svl/source/svdde/ddecli.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx
index dfc57aea54d7..0f866689f8f5 100644
--- a/svl/source/svdde/ddecli.cxx
+++ b/svl/source/svdde/ddecli.cxx
@@ -22,7 +22,6 @@
#include <algorithm>
#include "ddeimp.hxx"
#include <svl/svdde.hxx>
-#include <o3tl/make_unique.hxx>
#include <osl/thread.h>
#include <comphelper/solarmutex.hxx>
@@ -139,7 +138,7 @@ HDDEDATA CALLBACK DdeInternal::CliCallback( UINT nCode, UINT nCbType,
}
DdeConnection::DdeConnection( const OUString& rService, const OUString& rTopic ):
- pImp(o3tl::make_unique<DdeImp>())
+ pImp(std::make_unique<DdeImp>())
{
pImp->nStatus = DMLERR_NO_ERROR;
pImp->hConv = nullptr;