summaryrefslogtreecommitdiff
path: root/sc/inc/documentstreamaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/documentstreamaccess.hxx')
-rw-r--r--sc/inc/documentstreamaccess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/documentstreamaccess.hxx b/sc/inc/documentstreamaccess.hxx
index 81e0fbca728c..52335df7735b 100644
--- a/sc/inc/documentstreamaccess.hxx
+++ b/sc/inc/documentstreamaccess.hxx
@@ -11,7 +11,7 @@
#define INCLUDED_SC_INC_DOCUMENTSTREAMACCESS_HXX
#include <rtl/ustring.hxx>
-#include <memory>
+#include <boost/scoped_ptr.hpp>
class ScDocument;
class ScAddress;
@@ -27,7 +27,7 @@ struct DocumentStreamAccessImpl;
*/
class DocumentStreamAccess
{
- std::unique_ptr<DocumentStreamAccessImpl> mpImpl;
+ boost::scoped_ptr<DocumentStreamAccessImpl> mpImpl;
DocumentStreamAccess();