[Libreoffice-commits] core.git: svx/source
Katarina Behrens
Katarina.Behrens at cib.de
Tue Jul 28 02:34:26 PDT 2015
svx/source/sidebar/line/LinePropertyPanel.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit d725387cf0fd24ac825b3e15609ed70f72c8493c
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date: Tue Jul 28 11:32:48 2015 +0200
Newly introduced widgets must be clear()-ed
Change-Id: Ibae1aa4fc8df3f5b0a2448cca27f129993eea86f
diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx
index 8f6a2ef..6761908 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.cxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.cxx
@@ -218,6 +218,9 @@ void LinePropertyPanel::dispose()
mpLBEdgeStyle.clear();
mpFTCapStyle.clear();
mpLBCapStyle.clear();
+ mpGridLineProps.clear();
+ mpBoxArrowProps.clear();
+
maLineWidthPopup.dispose();
maStyleControl.dispose();
More information about the Libreoffice-commits
mailing list