From c7258cfccdf9f4c5235da1b135801f957a5b0ec1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Feb 2015 09:46:57 +0000 Subject: shared_ptr(new T(args)) -> make_shared(args) and boost:make_shared->std::make_shared Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d --- opencl/source/openclconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opencl') diff --git a/opencl/source/openclconfig.cxx b/opencl/source/openclconfig.cxx index 2562b0db5e09..085a33ea733c 100644 --- a/opencl/source/openclconfig.cxx +++ b/opencl/source/openclconfig.cxx @@ -187,7 +187,7 @@ OpenCLConfig OpenCLConfig::get() void OpenCLConfig::set() { - boost::shared_ptr batch(comphelper::ConfigurationChanges::create()); + std::shared_ptr batch(comphelper::ConfigurationChanges::create()); officecfg::Office::Common::Misc::UseOpenCL::set(mbUseOpenCL, batch); officecfg::Office::Common::Misc::OpenCLBlackList::set(SetOfImplMatcherToStringSequence(maBlackList), batch); -- cgit v1.2.3