[Libreoffice-commits] core.git: include/svx

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 4 08:00:30 UTC 2019


 include/svx/measctrl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92a435a3fea1fda933c1d418e4711a9bfb3bdb2a
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Oct 3 16:36:23 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 4 09:59:53 2019 +0200

    Resolves: tdf#127953 destroy shape before model
    
    Change-Id: I27bf76d8f7e196db57fa56181e06e578915b980d
    Reviewed-on: https://gerrit.libreoffice.org/80148
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/svx/measctrl.hxx b/include/svx/measctrl.hxx
index 77eba3d8c818..62b201eafaa2 100644
--- a/include/svx/measctrl.hxx
+++ b/include/svx/measctrl.hxx
@@ -34,8 +34,8 @@ class SVX_DLLPUBLIC SvxXMeasurePreview : public weld::CustomWidgetController
 
 private:
     MapMode m_aMapMode;
-    std::unique_ptr<SdrMeasureObj, SdrObjectFreeOp> pMeasureObj;
     std::unique_ptr<SdrModel> pModel;
+    std::unique_ptr<SdrMeasureObj, SdrObjectFreeOp> pMeasureObj;
 
     void ResizeImpl(const Size& rSize);
 public:


More information about the Libreoffice-commits mailing list