[Libreoffice-commits] core.git: svx/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 25 17:31:17 UTC 2020
svx/source/engine3d/float3d.cxx | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
New commits:
commit 3e7c20a39ab2b32c5f1a27c4ebcaaf5dd0d9c192
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jan 24 17:03:32 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Jan 25 18:30:45 2020 +0100
silence pesky gtk warnings on close of floating 3d window
Change-Id: Ica301dec5f2744dc9fcc78974c3f9b3ed5c9d3b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87359
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index f96c5c22f19c..5dd101a69274 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -421,8 +421,15 @@ void Svx3DWin::dispose()
m_xMtrMatSpecularIntensity.reset();
m_xCtlPreviewWin.reset();
m_xCtlPreview.reset();
- m_xCtlLightPreviewWin.reset();
+
m_xCtlLightPreview.reset();
+ m_xCtlLightPreviewWin.reset();
+ m_xLightPreview.reset();
+ m_xBtn_Corner.reset();
+ m_xVertScale.reset();
+ m_xHoriScale.reset();
+ m_xLightPreviewGrid.reset();
+
m_xBtnConvertTo3D.reset();
m_xBtnLatheObject.reset();
m_xBtnPerspective.reset();
More information about the Libreoffice-commits
mailing list