summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmltabi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmltabi.cxx')
-rw-r--r--xmloff/source/style/xmltabi.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx
index 82a487fba1a4..5dbfcf1087aa 100644
--- a/xmloff/source/style/xmltabi.cxx
+++ b/xmloff/source/style/xmltabi.cxx
@@ -18,7 +18,6 @@
*/
#include <com/sun/star/style/TabAlign.hpp>
-#include <o3tl/make_unique.hxx>
#include <rtl/ustrbuf.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/nmspmap.hxx>
@@ -186,7 +185,7 @@ SvXMLImportContextRef SvxXMLTabStopImportContext::CreateChildContext(
// add new tabstop to array of tabstops
if( !mpTabStops )
- mpTabStops = o3tl::make_unique<SvxXMLTabStopArray_Impl>();
+ mpTabStops = std::make_unique<SvxXMLTabStopArray_Impl>();
mpTabStops->push_back( xTabStopContext );