From c7f3e599da3f4adf0c8cfe6e087948dc8f61bcce Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 30 Mar 2015 17:52:43 +0100 Subject: Revert part of "Unwind mpDialogParent oddness." Now its ok to reference / un-reference ourself during construction. Change-Id: Ib3b302719c7d40d7a42272f93db5e4c437859cad --- include/vcl/dockwin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/dockwin.hxx') diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx index bd334ea09043..71c81818fa22 100644 --- a/include/vcl/dockwin.hxx +++ b/include/vcl/dockwin.hxx @@ -261,7 +261,7 @@ private: mbIsCalculatingInitialLayoutSize:1, mbInitialLayoutDone:1; - vcl::Window *mpDialogParent; // deliberately not a VclPtr + VclPtr mpDialogParent; SAL_DLLPRIVATE void ImplInitDockingWindowData(); SAL_DLLPRIVATE void setPosSizeOnContainee(Size aSize, Window &rBox); -- cgit