summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/pubdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/pubdlg.hxx')
-rw-r--r--sd/source/ui/inc/pubdlg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx
index 9d04829c6a75..9abdd7b27f7f 100644
--- a/sd/source/ui/inc/pubdlg.hxx
+++ b/sd/source/ui/inc/pubdlg.hxx
@@ -33,7 +33,6 @@
#include <memory>
#include <boost/ptr_container/ptr_vector.hpp>
-#include <boost/scoped_ptr.hpp>
class FixedText;
class RadioButton;
@@ -146,7 +145,7 @@ private:
VclPtr<RadioButton> pPage6_DocColors;
VclPtr<SdHtmlAttrPreview> pPage6_Preview;
- boost::scoped_ptr< ButtonSet > mpButtonSet;
+ std::unique_ptr< ButtonSet > mpButtonSet;
// standard controls
VclPtr<PushButton> pLastPageButton;