summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-18 15:37:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-19 08:02:51 +0000
commitf7ef1cbb83fdc6c43fa39fd50a9e12703e4fcf5f (patch)
treeae237578179192c1b5bfbe63cc1c0f11c87acb64 /winaccessibility
parentf626b886d03f882fc72589db846f24df5290bb03 (diff)
boost->std
Change-Id: I5079e03f70370ed83a1158b2e278f48642108f08 Reviewed-on: https://gerrit.libreoffice.org/18692 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 'winaccessibility')
-rw-r--r--winaccessibility/inc/AccObjectManagerAgent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/inc/AccObjectManagerAgent.hxx b/winaccessibility/inc/AccObjectManagerAgent.hxx
index 7e685b772bed..568d8e4ffaff 100644
--- a/winaccessibility/inc/AccObjectManagerAgent.hxx
+++ b/winaccessibility/inc/AccObjectManagerAgent.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTMANAGERAGENT_HXX
#define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTMANAGERAGENT_HXX
-#include <boost/scoped_ptr.hpp>
+#include <memory>
#include <com/sun/star/accessibility/XAccessible.hpp>
@@ -37,7 +37,7 @@ class AccObjectManagerAgent
{
private:
- boost::scoped_ptr<AccObjectWinManager> pWinManager;
+ std::unique_ptr<AccObjectWinManager> pWinManager;
public: