diff options
Diffstat (limited to 'svx/source/sidebar/text')
-rw-r--r-- | svx/source/sidebar/text/TextPropertyPanel.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx index 416a2e3e745c..3ba3dd7b0cef 100644 --- a/svx/source/sidebar/text/TextPropertyPanel.cxx +++ b/svx/source/sidebar/text/TextPropertyPanel.cxx @@ -131,6 +131,9 @@ void TextPropertyPanel::dispose() maUnderlineControl.dispose(); maSpacingControl.dispose(); + maCharSpacePopup.dispose(); + maUnderlinePopup.dispose(); + PanelLayout::dispose(); } |