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 @@
#include "xiroot.hxx"
#include "xistring.hxx"
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <oox/ole/olehelper.hxx>
#include <rtl/ustring.hxx>
......@@ -1229,7 +1230,7 @@ public:
void FillToItemSet( SfxItemSet& rItemSet ) const;
private:
typedef ::std::auto_ptr< SvMemoryStream > SvMemoryStreamPtr;
typedef ::boost::scoped_ptr<SvMemoryStream> SvMemoryStreamPtr;
SvMemoryStream maDummyStrm; /// Dummy DGG stream for DFF manager.
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