diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-14 18:10:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-20 12:59:28 +0100 |
commit | 5082a2b3a9958cd106472bec638aaf614240f742 (patch) | |
tree | cb9889368ccf3a000d277683571741fe186ff297 /fpicker | |
parent | cf3229db5341a3f4bcef707f08489a3d18e22132 (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 'fpicker')
-rw-r--r-- | fpicker/source/aqua/resourceprovider.mm | 1 | ||||
-rw-r--r-- | fpicker/source/win32/resourceprovider.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index 3ad1714aa2ed..b5ec09532ea2 100644 --- a/fpicker/source/aqua/resourceprovider.mm +++ b/fpicker/source/aqua/resourceprovider.mm @@ -19,7 +19,6 @@ #include <sal/config.h> -#include <o3tl/make_unique.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> diff --git a/fpicker/source/win32/resourceprovider.cxx b/fpicker/source/win32/resourceprovider.cxx index 4d0d76e0f997..cab15018ca84 100644 --- a/fpicker/source/win32/resourceprovider.cxx +++ b/fpicker/source/win32/resourceprovider.cxx @@ -21,7 +21,6 @@ #include <memory> -#include <o3tl/make_unique.hxx> #include <rtl/ustrbuf.hxx> #include "resourceprovider.hxx" #include <osl/mutex.hxx> |