summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-14 18:10:18 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-20 12:59:28 +0100
commit5082a2b3a9958cd106472bec638aaf614240f742 (patch)
treecb9889368ccf3a000d277683571741fe186ff297 /basctl
parentcf3229db5341a3f4bcef707f08489a3d18e22132 (diff)
o3tl::make_unique -> std::make_unique in include/ & o3tl/
Also the last few remaining occurrences of the header Since it is now possible to use C++14, it's time to replace the temporary solution with the standard one Change-Id: I18f435270057f2d09e21d6ea262532cbcc974598 Reviewed-on: https://gerrit.libreoffice.org/67843 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/inc/pch/precompiled_basctl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx
index 61e03945be69..2bce4900e2d7 100644
--- a/basctl/inc/pch/precompiled_basctl.hxx
+++ b/basctl/inc/pch/precompiled_basctl.hxx
@@ -390,7 +390,6 @@
#include <i18nlangtag/languagetag.hxx>
#include <o3tl/cow_wrapper.hxx>
#include <o3tl/enumarray.hxx>
-#include <o3tl/make_unique.hxx>
#include <o3tl/sorted_vector.hxx>
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>