Kaydet (Commit) 082d4690 authored tarafından Xisco Fauli's avatar Xisco Fauli Kaydeden (comit) Noel Grandin

tdf#89329: use unique_ptr for pImpl in svdoole2

Change-Id: Ie189576336e0670102d7675b59f30e3fc357671d
Reviewed-on: https://gerrit.libreoffice.org/25942Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst a5e7c9ca
...@@ -44,7 +44,7 @@ class SdrOle2ObjImpl; ...@@ -44,7 +44,7 @@ class SdrOle2ObjImpl;
class SVX_DLLPUBLIC SdrOle2Obj : public SdrRectObj class SVX_DLLPUBLIC SdrOle2Obj : public SdrRectObj
{ {
private: private:
SdrOle2ObjImpl* mpImpl; std::unique_ptr<SdrOle2ObjImpl> mpImpl;
private: private:
SVX_DLLPRIVATE void Connect_Impl(); SVX_DLLPRIVATE void Connect_Impl();
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment