summaryrefslogtreecommitdiff
path: root/basctl/source/inc/docsignature.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/docsignature.hxx')
-rw-r--r--basctl/source/inc/docsignature.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx
index fb506aa6c776..546b1fb46d4f 100644
--- a/basctl/source/inc/docsignature.hxx
+++ b/basctl/source/inc/docsignature.hxx
@@ -20,8 +20,8 @@
#define INCLUDED_BASCTL_SOURCE_INC_DOCSIGNATURE_HXX
#include <com/sun/star/frame/XModel.hpp>
-#include <boost/scoped_ptr.hpp>
#include <sfx2/signaturestate.hxx>
+#include <memory>
namespace basctl
@@ -67,7 +67,7 @@ namespace basctl
private:
struct Impl;
- boost::scoped_ptr<Impl> m_pImpl;
+ std::unique_ptr<Impl> m_pImpl;
};