summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/xmlsourcedlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/xmlsourcedlg.hxx')
-rw-r--r--sc/source/ui/inc/xmlsourcedlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx
index 6c5e4f0aed33..540c5a2ad49c 100644
--- a/sc/source/ui/inc/xmlsourcedlg.hxx
+++ b/sc/source/ui/inc/xmlsourcedlg.hxx
@@ -19,8 +19,8 @@
#include "orcusxml.hxx"
#include <set>
-#include <memory>
#include <vector>
+#include <boost/scoped_ptr.hpp>
class ScDocument;
class ScRange;
@@ -47,7 +47,7 @@ class ScXMLSourceDlg : public ScAnyRefDlg
std::set<const SvTreeListEntry*> maRangeLinks;
std::vector<SvTreeListEntry*> maHighlightedEntries;
SvTreeListEntry* mpCurRefEntry;
- std::unique_ptr<ScOrcusXMLContext> mpXMLContext;
+ boost::scoped_ptr<ScOrcusXMLContext> mpXMLContext;
ScDocument* mpDoc;