diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-17 17:10:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-18 07:59:14 +0000 |
commit | 3a00aaef2a51d7a1a87475a316dc9ae232fac60c (patch) | |
tree | 4cc4516528c0dcb0bb6871e5b517efb74550a521 /basctl/source/basicide/iderdll2.hxx | |
parent | c8ee3be0e08c435b106f0ac4b76618b33333b040 (diff) |
boost->std
Change-Id: Ie490bf2c6921f393bdeed96b1a8815996b701bf0
Reviewed-on: https://gerrit.libreoffice.org/18670
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source/basicide/iderdll2.hxx')
-rw-r--r-- | basctl/source/basicide/iderdll2.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/iderdll2.hxx b/basctl/source/basicide/iderdll2.hxx index 02b8e6667354..d1f5d157682a 100644 --- a/basctl/source/basicide/iderdll2.hxx +++ b/basctl/source/basicide/iderdll2.hxx @@ -27,7 +27,7 @@ class SvxSearchItem; #include <bastypes.hxx> #include <bastype2.hxx> -#include <boost/scoped_ptr.hpp> +#include <memory> namespace basctl { @@ -35,7 +35,7 @@ namespace basctl class ExtraData { private: - boost::scoped_ptr<SvxSearchItem> pSearchItem; + std::unique_ptr<SvxSearchItem> pSearchItem; LibInfos aLibInfos; |