diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-25 23:10:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-26 08:19:26 +0000 |
commit | 0edec345cdbceae4847d1780f914ce16e56c0959 (patch) | |
tree | 2371cd4ffab631ee64de887efe34f36f781b8812 /vcl/inc/pch | |
parent | 74713b34a36577f19eb3194246de73fa4f2bb741 (diff) |
vcl: replace boost::shared_array with std::shared_ptr
This was already using get() everywhere.
Change-Id: I6d1eee4fe9b0494a1c49ac44917d9fc7c22b43a4
Reviewed-on: https://gerrit.libreoffice.org/25470
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/inc/pch')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 833d73ee8fed..06dc155709ee 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -57,7 +57,6 @@ #include <boost/math/special_functions/sinc.hpp> #include <boost/multi_array.hpp> #include <boost/optional.hpp> -#include <boost/shared_array.hpp> #include <osl/conditn.hxx> #include <osl/diagnose.h> #include <osl/diagnose.hxx> |