diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-08 23:26:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-08 23:26:18 +0200 |
commit | 70969e6663c0563d95c7fd6fc8909b334158b4b4 (patch) | |
tree | d23698299862292dc56fdbabb3319b98be2e1fa8 | |
parent | c7fc9c87622e99316e2c17fe6bdc7f3a04f71fbd (diff) |
loplugin:vclwidgets
Change-Id: I6dac37005782042e2599a2895600c1bfede90beb
-rw-r--r-- | svx/source/sidebar/shapes/DefaultShapesPanel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/sidebar/shapes/DefaultShapesPanel.cxx b/svx/source/sidebar/shapes/DefaultShapesPanel.cxx index 36052869a74a..17932499d204 100644 --- a/svx/source/sidebar/shapes/DefaultShapesPanel.cxx +++ b/svx/source/sidebar/shapes/DefaultShapesPanel.cxx @@ -91,6 +91,7 @@ void DefaultShapesPanel::Initialize() void DefaultShapesPanel::dispose() { + mpShapesSetMap.clear(); mpScrollWindow.clear(); mpLineArrowSet.clear(); mpCurveSet.clear(); |