summaryrefslogtreecommitdiff
path: root/include/cppuhelper/propshlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/propshlp.hxx')
-rw-r--r--include/cppuhelper/propshlp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index 8cf0159ad96a..c65282238a54 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -29,7 +29,6 @@
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
-#include <memory>
#include <cppuhelper/cppuhelperdllapi.h>
@@ -649,7 +648,7 @@ protected:
/** reserved for future use. finally, the future has arrived...
*/
- const std::auto_ptr<Impl> m_pReserved;
+ Impl * const m_pReserved;
private:
OPropertySetHelper( const OPropertySetHelper & );