Files
libreoffice/extensions/source/propctrlr
Takeshi Abe 0980095619 Replace boost::scoped_array<T> with std::unique_ptr<T[]>
This may reduce some degree of dependency on boost.
Done by running a script like:

git grep -l '#include  *.boost/scoped_array.hpp.' \
 | xargs sed -i -e 's@#include  *.boost/scoped_array.hpp.@#include <memory>@'
git grep -l '\(boost::\)\?scoped_array<\([^<>]*\)>' \
 | xargs sed -i -e 's/\(boost::\)\?scoped_array<\([^<>]*\)>/std::unique_ptr<\2[]>/'

... and then killing duplicate or unnecessary includes,
while changing manually
m_xOutlineStylesCandidates in xmloff/source/text/txtimp.cxx,
extensions/source/ole/unoconversionutilities.hxx, and
extensions/source/ole/oleobjw.cxx.

Change-Id: I3955ed3ad99b94499a7bd0e6e3a09078771f9bfd
Reviewed-on: https://gerrit.libreoffice.org/16289
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-06-17 15:50:45 +00:00
..
2015-05-29 08:48:41 +02:00
2015-06-09 10:06:57 +02:00
2015-04-23 13:08:48 +02:00
2015-04-23 13:08:48 +02:00
2015-02-07 12:35:58 +01:00
2015-02-07 12:35:58 +01:00
2015-02-07 12:35:58 +01:00
2015-02-07 12:35:58 +01:00
2015-02-07 12:35:58 +01:00
2015-04-30 10:20:00 +02:00
2015-04-30 10:20:00 +02:00
2015-04-30 10:20:00 +02:00
2015-05-29 08:48:41 +02:00
2015-04-30 10:20:00 +02:00
2015-04-23 13:08:48 +02:00
2015-02-25 10:34:27 +02:00
2015-02-07 12:35:58 +01:00
2015-04-23 13:08:48 +02:00