summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-ssl.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-17 11:30:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-17 14:12:07 +0100
commitddc280920282ff3e2801e9a79f9dfa8a6c6f5699 (patch)
tree4b477c76374f2f36659ba674c2e5d6796629d45b /uui/source/iahndl-ssl.cxx
parent63e7b7afa75252298606c84e8ec82adaee5fa28a (diff)
boost->std
Change-Id: Idfbcfa1e5ba7bff92e98693c33c4b33a6beda08f
Diffstat (limited to 'uui/source/iahndl-ssl.cxx')
-rw-r--r--uui/source/iahndl-ssl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx
index e42ed909b5b2..cb25f7c7a095 100644
--- a/uui/source/iahndl-ssl.cxx
+++ b/uui/source/iahndl-ssl.cxx
@@ -41,7 +41,7 @@
#include "iahndl.hxx"
-#include <boost/scoped_ptr.hpp>
+#include <memory>
#define DESCRIPTION_1 1
#define TITLE 3
@@ -153,7 +153,7 @@ executeUnknownAuthDialog(
std::vector< OUString > aArguments;
aArguments.push_back( getContentPart( rXCert->getSubjectName()) );
- boost::scoped_ptr< ResMgr > xManager(ResMgr::CreateResMgr("uui"));
+ std::unique_ptr< ResMgr > xManager(ResMgr::CreateResMgr("uui"));
if (xManager.get())
{
ResId aResId(RID_UUI_ERRHDL, *xManager.get());
@@ -214,7 +214,7 @@ executeSSLWarnDialog(
break;
}
- boost::scoped_ptr< ResMgr > xManager(ResMgr::CreateResMgr("uui"));
+ std::unique_ptr< ResMgr > xManager(ResMgr::CreateResMgr("uui"));
if (xManager.get())
{