summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/officeipcthread.cxx')
-rw-r--r--desktop/source/app/officeipcthread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index f3e46ec7a0a4..44d8c893bb6f 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -23,7 +23,7 @@
#include "officeipcthread.hxx"
#include "cmdlineargs.hxx"
#include "dispatchwatcher.hxx"
-#include <memory>
+#include <boost/scoped_ptr.hpp>
#include <stdio.h>
#include <osl/process.h>
#include <unotools/bootstrap.hxx>
@@ -713,7 +713,7 @@ void OfficeIPCThread::execute()
if (aArguments.isEmpty())
continue;
- std::auto_ptr< CommandLineArgs > aCmdLineArgs;
+ boost::scoped_ptr< CommandLineArgs > aCmdLineArgs;
try
{
Parser p(aArguments);