diff options
-rw-r--r-- | sw/source/filter/ww8/escher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/escher.hxx b/sw/source/filter/ww8/escher.hxx index 550e22f61b90..7691bc0ecbfd 100644 --- a/sw/source/filter/ww8/escher.hxx +++ b/sw/source/filter/ww8/escher.hxx @@ -93,7 +93,7 @@ private: virtual SvStream* ImplQueryPictureStream(); private: - ::std::auto_ptr< SvStream > mxPicStrm; + boost::shared_ptr< SvStream > mxPicStrm; }; class SwBasicEscherEx : public EscherEx |