summaryrefslogtreecommitdiff
path: root/include/basic/basmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/basmgr.hxx')
-rw-r--r--include/basic/basmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 9f493873f930..5a98b51d921b 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -116,7 +116,7 @@ private:
OUString maStorageName;
bool mbDocMgr;
- BasicManagerImpl* mpImpl;
+ std::unique_ptr<BasicManagerImpl> mpImpl;
BASIC_DLLPRIVATE void Init();