summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-ssl.cxx
diff options
context:
space:
mode:
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())
{