summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/htmlex.hxx')
-rw-r--r--sd/source/filter/html/htmlex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 72428c5261fd..d4a039989d39 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -37,8 +37,8 @@
#include "sdresid.hxx"
#include "htmlpublishmode.hxx"
-#include <memory>
#include <vector>
+#include <boost/scoped_ptr.hpp>
#define PUB_LOWRES_WIDTH 640
#define PUB_MEDRES_WIDTH 800
@@ -142,7 +142,7 @@ class HtmlExport
const OUString maHTMLHeader;
- std::unique_ptr< ButtonSet > mpButtonSet;
+ boost::scoped_ptr< ButtonSet > mpButtonSet;
static SdrTextObj* GetLayoutTextObject(SdrPage* pPage);