Kaydet (Commit) 26eca5a1 authored tarafından Michael Stahl's avatar Michael Stahl

sc: stupid auto_ptr deprecation

Change-Id: I7ef7de18c2f03d6dc825c12f14f3607fb64008cf
üst 8848f4e8
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "xiroot.hxx" #include "xiroot.hxx"
#include "xistring.hxx" #include "xistring.hxx"
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <oox/ole/olehelper.hxx> #include <oox/ole/olehelper.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
...@@ -1229,7 +1230,7 @@ public: ...@@ -1229,7 +1230,7 @@ public:
void FillToItemSet( SfxItemSet& rItemSet ) const; void FillToItemSet( SfxItemSet& rItemSet ) const;
private: private:
typedef ::std::auto_ptr< SvMemoryStream > SvMemoryStreamPtr; typedef ::boost::scoped_ptr<SvMemoryStream> SvMemoryStreamPtr;
SvMemoryStream maDummyStrm; /// Dummy DGG stream for DFF manager. SvMemoryStream maDummyStrm; /// Dummy DGG stream for DFF manager.
XclImpSimpleDffConverter maDffConv; /// DFF converter used to resolve palette colors. XclImpSimpleDffConverter maDffConv; /// DFF converter used to resolve palette colors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment