summaryrefslogtreecommitdiffstats
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-15 20:41:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-16 12:54:44 +0000
commita1ceacc17e3f30d5e9c06b3218ad8ec26ca2f1b9 (patch)
tree56a29f66f75f326a0a677ab1697ce28f1bc9fcbf /configmgr/source/components.hxx
parentRemove old icons. (diff)
downloadcore-a1ceacc17e3f30d5e9c06b3218ad8ec26ca2f1b9.tar.gz
core-a1ceacc17e3f30d5e9c06b3218ad8ec26ca2f1b9.zip
boost::foo_ptr->std::foo_ptr
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r--configmgr/source/components.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 48c1f7a73199..a545914bef19 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -26,7 +26,6 @@
#include <set>
#include <boost/noncopyable.hpp>
-#include <boost/shared_ptr.hpp>
#include <com/sun/star/beans/Optional.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <rtl/ref.hxx>
@@ -164,7 +163,7 @@ private:
int sharedExtensionLayer_;
int userExtensionLayer_;
OUString modificationFileUrl_;
- boost::shared_ptr<osl::Mutex> lock_;
+ std::shared_ptr<osl::Mutex> lock_;
};
}