diff options
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/asyncfilepicker.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx index d296ad915a0b..012bad46a8b3 100644 --- a/fpicker/source/office/asyncfilepicker.cxx +++ b/fpicker/source/office/asyncfilepicker.cxx @@ -23,7 +23,7 @@ #include "svtools/fileview.hxx" #include <tools/debug.hxx> -#include <memory> +#include <boost/scoped_ptr.hpp> //........................................................................ namespace svt @@ -103,7 +103,7 @@ namespace svt if ( nMaxTimeout <= nMinTimeout ) nMaxTimeout = nMinTimeout + 30000; - ::std::auto_ptr< FileViewAsyncAction > pActionDescriptor; + boost::scoped_ptr< FileViewAsyncAction > pActionDescriptor; if ( nMinTimeout ) { pActionDescriptor.reset( new FileViewAsyncAction ); |