summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-26 12:14:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-26 12:35:13 +0000
commit82630bda21200ad32e13b2e5a0d24de00fd1c8c2 (patch)
tree19cc3e87d056a4f18f2eec0053a7db0a0e654bf2 /sd
parent365b13e1528683f24adc05cf94304f0bd3fd5505 (diff)
boost->std
Change-Id: I2c919e8bd17d16d1924524a18d2056daae8ef750 Reviewed-on: https://gerrit.libreoffice.org/18882 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 'sd')
-rw-r--r--sd/source/ui/inc/framework/ResourceId.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/inc/framework/ResourceId.hxx b/sd/source/ui/inc/framework/ResourceId.hxx
index e9ab84c36a3c..4dd11c4aa7cf 100644
--- a/sd/source/ui/inc/framework/ResourceId.hxx
+++ b/sd/source/ui/inc/framework/ResourceId.hxx
@@ -30,7 +30,6 @@
#include <com/sun/star/util/XURLTransformer.hpp>
#include <cppuhelper/implbase.hxx>
#include <memory>
-#include <boost/scoped_ptr.hpp>
namespace {
@@ -171,9 +170,9 @@ private:
/** The set of URLs that consist of the resource URL at index 0 and the
anchor URLs and indices 1 and above.
*/
- ::std::vector<OUString> maResourceURLs;
+ std::vector<OUString> maResourceURLs;
- ::boost::scoped_ptr<css::util::URL> mpURL;
+ std::unique_ptr<css::util::URL> mpURL;
static css::uno::WeakReference<css::util::XURLTransformer> mxURLTransformerWeak;