summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper/PropertyIds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/PropertyIds.hxx')
-rw-r--r--writerfilter/source/dmapper/PropertyIds.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/PropertyIds.hxx b/writerfilter/source/dmapper/PropertyIds.hxx
index 618d02dec441..51b27320cc3a 100644
--- a/writerfilter/source/dmapper/PropertyIds.hxx
+++ b/writerfilter/source/dmapper/PropertyIds.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_PROPERTYIDS_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_PROPERTYIDS_HXX
+#include <memory>
namespace writerfilter {
namespace dmapper{
@@ -380,7 +381,7 @@ enum PropertyIds
struct PropertyNameSupplier_Impl;
class PropertyNameSupplier
{
- PropertyNameSupplier_Impl* m_pImpl;
+ std::unique_ptr<PropertyNameSupplier_Impl> m_pImpl;
public:
PropertyNameSupplier();
~PropertyNameSupplier();