summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-14 11:47:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-14 11:47:28 +0200
commit02d306a23acf842e62dfc317396296425b31c964 (patch)
treee3702bdbcc3710f2cdbc60c9641a69de5f56eaae /sd/inc
parent90bea1ea24838845646ec253d1a4b472b73d53ca (diff)
Use unique_ptr for SdPage::mpItems
Change-Id: I28025e8896331926d30e748f7c945973b978cb32
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 45d3b0e78262..4fef9099de04 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -134,7 +134,7 @@ protected:
virtual css::uno::Reference< css::uno::XInterface > createUnoPage() override;
- SfxItemSet* mpItems;
+ std::unique_ptr<SfxItemSet> mpItems;
SfxItemSet* getOrCreateItems();