summaryrefslogtreecommitdiff
path: root/include/svtools/parhtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/parhtml.hxx')
-rw-r--r--include/svtools/parhtml.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index 09027f46e2c6..ed4f4c386fcf 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -20,14 +20,11 @@
#ifndef INCLUDED_SVTOOLS_PARHTML_HXX
#define INCLUDED_SVTOOLS_PARHTML_HXX
-#include <sal/config.h>
-
-#include <memory>
-#include <vector>
-
#include <svtools/svtdllapi.h>
#include <svtools/svparser.hxx>
+#include <boost/ptr_container/ptr_vector.hpp>
+
namespace com { namespace sun { namespace star {
namespace document {
class XDocumentProperties;
@@ -121,7 +118,7 @@ public:
//SvxAdjust GetAdjust() const; // <P,TH,TD ALIGN=>
};
-typedef std::vector<std::unique_ptr<HTMLOption>> HTMLOptions;
+typedef ::boost::ptr_vector<HTMLOption> HTMLOptions;
class SVT_DLLPUBLIC HTMLParser : public SvParser
{