summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/msgpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/msgpool.hxx')
-rw-r--r--sc/source/ui/inc/msgpool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/msgpool.hxx b/sc/source/ui/inc/msgpool.hxx
index b9a430d6ae4f..926fb38bf158 100644
--- a/sc/source/ui/inc/msgpool.hxx
+++ b/sc/source/ui/inc/msgpool.hxx
@@ -43,7 +43,7 @@ class ScMessagePool final : public SfxItemPool
ScCondFormatDlgItem aCondFormatDlgItem;
std::vector<SfxPoolItem*> mvPoolDefaults;
- std::unique_ptr<ScDocumentPool, SfxItemPoolDeleter> pDocPool;
+ rtl::Reference<ScDocumentPool> pDocPool;
public:
ScMessagePool();