From 132f7b2a8cc986ee79c4124ed2bc368d6dfaa418 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Thu, 26 May 2016 01:22:49 +0200 Subject: tdf#89329: use unique_ptr for pImpl in basmgr Change-Id: I2d6c6b997155183b058872db354de1b407998d3a Reviewed-on: https://gerrit.libreoffice.org/25472 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/basic/basmgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basic') 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 mpImpl; BASIC_DLLPRIVATE void Init(); -- cgit