summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/inc/OPropertySet.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/OPropertySet.hxx b/chart2/source/inc/OPropertySet.hxx
index 2fdb0ba8fa58..10ac717ac291 100644
--- a/chart2/source/inc/OPropertySet.hxx
+++ b/chart2/source/inc/OPropertySet.hxx
@@ -33,7 +33,7 @@
#include <osl/mutex.hxx>
#include "charttoolsdllapi.hxx"
-#include <memory>
+#include <boost/scoped_ptr.hpp>
namespace property
{
@@ -226,7 +226,7 @@ private:
::osl::Mutex & m_rMutex;
/// pImpl idiom implementation
- ::std::auto_ptr< impl::ImplOPropertySet > m_pImplProperties;
+ boost::scoped_ptr< impl::ImplOPropertySet > m_pImplProperties;
bool m_bSetNewValuesExplicitlyEvenIfTheyEqualDefault;
};