Kaydet (Commit) 860b6dee authored tarafından Stephan Bergmann's avatar Stephan Bergmann

auto_ptr -> scoped_ptr

Change-Id: Ia84ebb07de6c2b5c62340b530c908fc919b34b0a
üst 660c1889
......@@ -20,6 +20,7 @@
#include <stdio.h>
#include <avmedia/mediawindow.hxx>
#include <boost/scoped_ptr.hpp>
#include "mediawindow_impl.hxx"
#include "mediamisc.hxx"
#include "mediawindow.hrc"
......@@ -398,7 +399,7 @@ uno::Reference< graphic::XGraphic > MediaWindow::grabFrame( const OUString& rURL
{
uno::Reference< media::XPlayer > xPlayer( createPlayer( rURL, rReferer ) );
uno::Reference< graphic::XGraphic > xRet;
::std::auto_ptr< Graphic > apGraphic;
boost::scoped_ptr< Graphic > apGraphic;
if( xPlayer.is() )
{
......
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