diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-13 00:01:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-13 10:15:23 +0100 |
commit | 7a16bd69d07ac995b6baaecc958ea6811c173bb5 (patch) | |
tree | 58573b5afac9433c73697a51b7abc8ba6f139772 | |
parent | ba2ec933db81fc178b3661291fb4949ec677575c (diff) |
not sure if this is copyable
-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 |