summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/func/futxtatt.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-25 11:59:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-25 15:13:45 +0000
commit7de2777bff9afeacb872c6425d36dc93310302c7 (patch)
tree7d51ade5ef54f465b98cb182fb5dde2117651f36 /sd/source/ui/func/futxtatt.cxx
parentsd/source/ui/annotations boost->std (diff)
downloadcore-7de2777bff9afeacb872c6425d36dc93310302c7.tar.gz
core-7de2777bff9afeacb872c6425d36dc93310302c7.zip
sd/source/ui/func boost->std
Change-Id: I67874a8bad1549fd98e22a816d9fa52a17629a1e Reviewed-on: https://gerrit.libreoffice.org/18850 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/func/futxtatt.cxx')
-rw-r--r--sd/source/ui/func/futxtatt.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/func/futxtatt.cxx b/sd/source/ui/func/futxtatt.cxx
index 60f0bb577613..7342f7b9934b 100644
--- a/sd/source/ui/func/futxtatt.cxx
+++ b/sd/source/ui/func/futxtatt.cxx
@@ -27,7 +27,6 @@
#include "ViewShell.hxx"
#include "drawdoc.hxx"
#include <memory>
-#include <boost/scoped_ptr.hpp>
namespace sd {
@@ -60,7 +59,7 @@ void FuTextAttrDlg::DoExecute( SfxRequest& rReq )
if( !pArgs )
{
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
- boost::scoped_ptr<SfxAbstractTabDialog> pDlg(pFact->CreateTextTabDialog( NULL, &aNewAttr, mpView ));
+ std::unique_ptr<SfxAbstractTabDialog> pDlg(pFact->CreateTextTabDialog( NULL, &aNewAttr, mpView ));
sal_uInt16 nResult = pDlg->Execute();