summaryrefslogtreecommitdiff
path: root/package/source/xstor/ocompinstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/ocompinstream.hxx')
-rw-r--r--package/source/xstor/ocompinstream.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/source/xstor/ocompinstream.hxx b/package/source/xstor/ocompinstream.hxx
index 68c2ce2262ae..c41c2c25f40a 100644
--- a/package/source/xstor/ocompinstream.hxx
+++ b/package/source/xstor/ocompinstream.hxx
@@ -31,6 +31,7 @@
#include <comphelper/interfacecontainer2.hxx>
#include <comphelper/refcountedmutex.hxx>
#include <rtl/ref.hxx>
+#include <memory>
struct OWriteStream_Impl;
@@ -44,7 +45,7 @@ protected:
OWriteStream_Impl* m_pImpl;
rtl::Reference<comphelper::RefCountedMutex> m_xMutex;
css::uno::Reference < css::io::XInputStream > m_xStream;
- ::comphelper::OInterfaceContainerHelper2* m_pInterfaceContainer;
+ std::unique_ptr<::comphelper::OInterfaceContainerHelper2> m_pInterfaceContainer;
css::uno::Sequence < css::beans::PropertyValue > m_aProperties;
bool m_bDisposed;
sal_Int32 m_nStorageType;