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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx
index 4136f4973aed..12db763eb268 100644
--- a/sd/source/ui/inc/pubdlg.hxx
+++ b/sd/source/ui/inc/pubdlg.hxx
@@ -32,7 +32,7 @@
#include "assclass.hxx"
#include <memory>
-#include <boost/ptr_container/ptr_vector.hpp>
+#include <vector>
class FixedText;
class RadioButton;
@@ -166,7 +166,7 @@ private:
void ChangePage();
void UpdatePage();
- boost::ptr_vector<SdPublishingDesign> m_aDesignList;
+ std::vector<SdPublishingDesign> m_aDesignList;
bool m_bDesignListDirty;
SdPublishingDesign* m_pDesign;
bool Load();