diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-05-05 14:06:17 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-05-05 14:35:31 +0300 |
commit | 877f6bbf4bec5501443365cadbf9bee94a00d9f8 (patch) | |
tree | 39ff0c5d433f3b89845f6bf3a921f06cd9e1d01d /cui | |
parent | 36d68e49255d5fc2ded3c5a4aaa91b718122044d (diff) |
SvxIconSelectorDialog was never destructed
Change-Id: I6cc9bd70f3e3f4266af0eddfff8be406021a1d66
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 92f4761933e4..c9c770a7026c 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -3518,7 +3518,7 @@ IMPL_LINK_TYPED( SvxToolbarConfigPage, EntrySelectHdl, MenuButton *, pButton, vo } } - VclPtr<SvxIconSelectorDialog> pIconDialog( + ScopedVclPtr<SvxIconSelectorDialog> pIconDialog( VclPtr<SvxIconSelectorDialog>::Create( nullptr, GetSaveInData()->GetImageManager(), GetSaveInData()->GetParentImageManager() )); |